public static interface ListBuildBatchesForProjectResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListBuildBatchesForProjectResponse.Builder,ListBuildBatchesForProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBuildBatchesForProjectResponse.Builder |
ids(Collection<String> ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesForProjectResponse.Builder |
ids(String... ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesForProjectResponse.Builder |
nextToken(String 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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBuildBatchesForProjectResponse.Builder ids(Collection<String> ids)
An array of strings that contains the batch build identifiers.
ids - An array of strings that contains the batch build identifiers.ListBuildBatchesForProjectResponse.Builder ids(String... ids)
An array of strings that contains the batch build identifiers.
ids - An array of strings that contains the batch build identifiers.ListBuildBatchesForProjectResponse.Builder nextToken(String 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.
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.Copyright © 2023. All rights reserved.