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