Interface StartBuildResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeBuildResponse.Builder,- CopyableBuilder<StartBuildResponse.Builder,,- StartBuildResponse> - SdkBuilder<StartBuildResponse.Builder,,- StartBuildResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StartBuildResponse
@Mutable
@NotThreadSafe
public static interface StartBuildResponse.Builder
extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<StartBuildResponse.Builder,StartBuildResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault StartBuildResponse.Builderbuild(Consumer<Build.Builder> build) Information about the build to be run.Information about the build to be run.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 to be run. - Parameters:
- build- Information about the build to be run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
buildInformation about the build to be run. 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:
 
 
-