| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetBuildBatchesResponse.Builder |
BatchGetBuildBatchesResponse.Builder.buildBatches(BuildBatch... buildBatches)
An array of
BuildBatch objects that represent the retrieved batch builds. |
BatchGetBuildBatchesResponse.Builder |
BatchGetBuildBatchesResponse.Builder.buildBatches(Collection<BuildBatch> buildBatches)
An array of
BuildBatch objects that represent the retrieved batch builds. |
BatchGetBuildBatchesResponse.Builder |
BatchGetBuildBatchesResponse.Builder.buildBatches(Consumer<BuildBatch.Builder>... buildBatches)
An array of
BuildBatch objects that represent the retrieved batch builds. |
BatchGetBuildBatchesResponse.Builder |
BatchGetBuildBatchesResponse.Builder.buildBatchesNotFound(Collection<String> buildBatchesNotFound)
An array that contains the identifiers of any batch builds that are not found.
|
BatchGetBuildBatchesResponse.Builder |
BatchGetBuildBatchesResponse.Builder.buildBatchesNotFound(String... buildBatchesNotFound)
An array that contains the identifiers of any batch builds that are not found.
|
static BatchGetBuildBatchesResponse.Builder |
BatchGetBuildBatchesResponse.builder() |
BatchGetBuildBatchesResponse.Builder |
BatchGetBuildBatchesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetBuildBatchesResponse.Builder> |
BatchGetBuildBatchesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.