Interface RetryBuildResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeBuildResponse.Builder,CopyableBuilder<RetryBuildResponse.Builder,RetryBuildResponse>,SdkBuilder<RetryBuildResponse.Builder,RetryBuildResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RetryBuildResponse
public static interface RetryBuildResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<RetryBuildResponse.Builder,RetryBuildResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RetryBuildResponse.Builderbuild(Consumer<Build.Builder> build)Sets the value of the Build property for this object.RetryBuildResponse.Builderbuild(Build build)Sets the value of the Build property for this object.-
Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
build
RetryBuildResponse.Builder build(Build build)
Sets the value of the Build property for this object.- Parameters:
build- The new value for the Build property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
build
default RetryBuildResponse.Builder build(Consumer<Build.Builder> build)
Sets the value of the Build property for this object. This is a convenience method that creates an instance of theBuild.Builderavoiding the need to create one manually viaBuild.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobuild(Build).- Parameters:
build- a consumer that will call methods onBuild.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
build(Build)
-
-