Interface StopBuildResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeBuildResponse.Builder,- CopyableBuilder<StopBuildResponse.Builder,,- StopBuildResponse> - SdkBuilder<StopBuildResponse.Builder,,- StopBuildResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StopBuildResponse
@Mutable
@NotThreadSafe
public static interface StopBuildResponse.Builder
extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<StopBuildResponse.Builder,StopBuildResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault StopBuildResponse.Builderbuild(Consumer<Build.Builder> build) Information about the build.Information about the build.Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
buildInformation about the build. - Parameters:
- build- Information about the build.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
buildInformation about the build. 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 on- Build.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-