| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ListBuildBatchesForProjectResponse.Builder |
ListBuildBatchesForProjectResponse.builder() |
ListBuildBatchesForProjectResponse.Builder |
ListBuildBatchesForProjectResponse.Builder.ids(Collection<String> ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesForProjectResponse.Builder |
ListBuildBatchesForProjectResponse.Builder.ids(String... ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesForProjectResponse.Builder |
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. |
ListBuildBatchesForProjectResponse.Builder |
ListBuildBatchesForProjectResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBuildBatchesForProjectResponse.Builder> |
ListBuildBatchesForProjectResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.