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.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #buildBatches(List) .buildBatches - a consumer that will call methods on List.Builder #buildBatches(List) 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 © 2021. All rights reserved.