Interface StopBuildResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeBuildResponse.Builder,CopyableBuilder<StopBuildResponse.Builder,StopBuildResponse>,SdkBuilder<StopBuildResponse.Builder,StopBuildResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopBuildResponse
public static interface StopBuildResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<StopBuildResponse.Builder,StopBuildResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StopBuildResponse.Builderbuild(Consumer<Build.Builder> build)Information about the build.StopBuildResponse.Builderbuild(Build build)Information about the build.-
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
StopBuildResponse.Builder build(Build build)
Information about the build.
- Parameters:
build- Information about the build.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
build
default StopBuildResponse.Builder build(Consumer<Build.Builder> build)
Information 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 onBuild.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
build(Build)
-
-