public static interface RetryBuildBatchResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<RetryBuildBatchResponse.Builder,RetryBuildBatchResponse>
| Modifier and Type | Method and Description |
|---|---|
RetryBuildBatchResponse.Builder |
buildBatch(BuildBatch buildBatch)
Sets the value of the BuildBatch property for this object.
|
default RetryBuildBatchResponse.Builder |
buildBatch(Consumer<BuildBatch.Builder> buildBatch)
Sets the value of the BuildBatch property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRetryBuildBatchResponse.Builder buildBatch(BuildBatch buildBatch)
buildBatch - The new value for the BuildBatch property for this object.default RetryBuildBatchResponse.Builder buildBatch(Consumer<BuildBatch.Builder> buildBatch)
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 © 2021. All rights reserved.