Interface ListPlatformVersionsRequest.Builder

    • Method Detail

      • filters

        ListPlatformVersionsRequest.Builder filters​(Collection<PlatformFilter> filters)

        Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical conjunction (AND) of the separate PlatformFilter terms.

        Parameters:
        filters - Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical conjunction (AND) of the separate PlatformFilter terms.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListPlatformVersionsRequest.Builder filters​(PlatformFilter... filters)

        Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical conjunction (AND) of the separate PlatformFilter terms.

        Parameters:
        filters - Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical conjunction (AND) of the separate PlatformFilter terms.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRecords

        ListPlatformVersionsRequest.Builder maxRecords​(Integer maxRecords)

        The maximum number of platform version values returned in one call.

        Parameters:
        maxRecords - The maximum number of platform version values returned in one call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPlatformVersionsRequest.Builder nextToken​(String nextToken)

        For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

        If no NextToken is specified, the first page is retrieved.

        Parameters:
        nextToken - For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

        If no NextToken is specified, the first page is retrieved.

        Returns:
        Returns a reference to this object so that method calls can be chained together.