Interface ListBuildBatchesRequest.Builder

    • Method Detail

      • filter

        ListBuildBatchesRequest.Builder filter​(BuildBatchFilter filter)

        A BuildBatchFilter object that specifies the filters for the search.

        Parameters:
        filter - A BuildBatchFilter object that specifies the filters for the search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListBuildBatchesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return.

        Parameters:
        maxResults - The maximum number of results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ListBuildBatchesRequest.Builder sortOrder​(String sortOrder)

        Specifies the sort order of the returned items. Valid values include:

        • ASCENDING: List the batch build identifiers in ascending order by identifier.

        • DESCENDING: List the batch build identifiers in descending order by identifier.

        Parameters:
        sortOrder - Specifies the sort order of the returned items. Valid values include:

        • ASCENDING: List the batch build identifiers in ascending order by identifier.

        • DESCENDING: List the batch build identifiers in descending order by identifier.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrderType, SortOrderType
      • sortOrder

        ListBuildBatchesRequest.Builder sortOrder​(SortOrderType sortOrder)

        Specifies the sort order of the returned items. Valid values include:

        • ASCENDING: List the batch build identifiers in ascending order by identifier.

        • DESCENDING: List the batch build identifiers in descending order by identifier.

        Parameters:
        sortOrder - Specifies the sort order of the returned items. Valid values include:

        • ASCENDING: List the batch build identifiers in ascending order by identifier.

        • DESCENDING: List the batch build identifiers in descending order by identifier.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrderType, SortOrderType
      • nextToken

        ListBuildBatchesRequest.Builder nextToken​(String nextToken)

        The nextToken value returned from a previous call to ListBuildBatches. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

        Parameters:
        nextToken - The nextToken value returned from a previous call to ListBuildBatches. This specifies the next item to return. To return the beginning of the list, exclude this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.