Interface ListBuildBatchesForProjectResponse.Builder

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

public static interface ListBuildBatchesForProjectResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListBuildBatchesForProjectResponse.Builder,ListBuildBatchesForProjectResponse>
  • 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 ListBuildBatchesForProject 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 ListBuildBatchesForProject to retrieve the next set of items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.