public static interface BatchGetBuildBatchesResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<BatchGetBuildBatchesResponse.Builder,BatchGetBuildBatchesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetBuildBatchesResponse.Builder |
buildBatches(BuildBatch... buildBatches)
An array of
BuildBatch objects that represent the retrieved batch builds. |
BatchGetBuildBatchesResponse.Builder |
buildBatches(Collection<BuildBatch> buildBatches)
An array of
BuildBatch objects that represent the retrieved batch builds. |
BatchGetBuildBatchesResponse.Builder |
buildBatches(Consumer<BuildBatch.Builder>... buildBatches)
An array of
BuildBatch objects that represent the retrieved batch builds. |
BatchGetBuildBatchesResponse.Builder |
buildBatchesNotFound(Collection<String> buildBatchesNotFound)
An array that contains the identifiers of any batch builds that are not found.
|
BatchGetBuildBatchesResponse.Builder |
buildBatchesNotFound(String... buildBatchesNotFound)
An array that contains the identifiers of any batch builds that are not found.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetBuildBatchesResponse.Builder buildBatches(Collection<BuildBatch> buildBatches)
An array of BuildBatch objects that represent the retrieved batch builds.
buildBatches - An array of BuildBatch objects that represent the retrieved batch builds.BatchGetBuildBatchesResponse.Builder buildBatches(BuildBatch... buildBatches)
An array of BuildBatch objects that represent the retrieved batch builds.
buildBatches - An array of BuildBatch objects that represent the retrieved batch builds.BatchGetBuildBatchesResponse.Builder buildBatches(Consumer<BuildBatch.Builder>... buildBatches)
An array of BuildBatch objects that represent the retrieved batch builds.
BuildBatch.Builder avoiding the need to create one
manually via BuildBatch.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #buildBatches(List.
buildBatches - a consumer that will call methods on
BuildBatch.Builder#buildBatches(java.util.Collection) BatchGetBuildBatchesResponse.Builder buildBatchesNotFound(Collection<String> buildBatchesNotFound)
An array that contains the identifiers of any batch builds that are not found.
buildBatchesNotFound - An array that contains the identifiers of any batch builds that are not found.BatchGetBuildBatchesResponse.Builder buildBatchesNotFound(String... buildBatchesNotFound)
An array that contains the identifiers of any batch builds that are not found.
buildBatchesNotFound - An array that contains the identifiers of any batch builds that are not found.Copyright © 2023. All rights reserved.