Interface ListBuildBatchesResponse.Builder

    • Method Detail

      • ids

        ListBuildBatchesResponse.Builder ids​(Collection<String> ids)

        An array of strings that contains the batch build identifiers.

        Parameters:
        ids - An array of strings that contains the batch build identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ids

        ListBuildBatchesResponse.Builder ids​(String... ids)

        An array of strings that contains the batch build identifiers.

        Parameters:
        ids - An array of strings that contains the batch build identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBuildBatchesResponse.Builder nextToken​(String nextToken)

        If there are more items to return, this contains a token that is passed to a subsequent call to ListBuildBatches to retrieve the next set of items.

        Parameters:
        nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to ListBuildBatches to retrieve the next set of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.