public static interface StartBuildBatchResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<StartBuildBatchResponse.Builder,StartBuildBatchResponse>
| Modifier and Type | Method and Description |
|---|---|
StartBuildBatchResponse.Builder |
buildBatch(BuildBatch buildBatch)
A
BuildBatch object that contains information about the batch build. |
default StartBuildBatchResponse.Builder |
buildBatch(Consumer<BuildBatch.Builder> buildBatch)
A
BuildBatch object that contains information about the batch build. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartBuildBatchResponse.Builder buildBatch(BuildBatch buildBatch)
A BuildBatch object that contains information about the batch build.
buildBatch - A BuildBatch object that contains information about the batch build.default StartBuildBatchResponse.Builder buildBatch(Consumer<BuildBatch.Builder> buildBatch)
A BuildBatch object that contains information about the batch build.
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 buildBatch(BuildBatch).
buildBatch - a consumer that will call methods on BuildBatch.BuilderbuildBatch(BuildBatch)Copyright © 2023. All rights reserved.