Interface ListBuildBatchesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeBuildResponse.Builder, CopyableBuilder<ListBuildBatchesResponse.Builder,ListBuildBatchesResponse>, SdkBuilder<ListBuildBatchesResponse.Builder,ListBuildBatchesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListBuildBatchesResponse

public static interface ListBuildBatchesResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListBuildBatchesResponse.Builder,ListBuildBatchesResponse>
  • Method Details

    • 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

      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

      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.