public static interface RetryBuildResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<RetryBuildResponse.Builder,RetryBuildResponse>
| Modifier and Type | Method and Description |
|---|---|
RetryBuildResponse.Builder |
build(Build build)
Sets the value of the Build property for this object.
|
default RetryBuildResponse.Builder |
build(Consumer<Build.Builder> build)
Sets the value of the Build property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRetryBuildResponse.Builder build(Build build)
build - The new value for the Build property for this object.default RetryBuildResponse.Builder build(Consumer<Build.Builder> build)
Build.Builder avoiding the need to create one
manually via Build.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to build(Build).build - a consumer that will call methods on Build.Builderbuild(Build)Copyright © 2021. All rights reserved.