Interface UpdateBuildResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateBuildResponse.Builder,,UpdateBuildResponse> GameLiftResponse.Builder,SdkBuilder<UpdateBuildResponse.Builder,,UpdateBuildResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateBuildResponse
public static interface UpdateBuildResponse.Builder
extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateBuildResponse.Builder,UpdateBuildResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateBuildResponse.Builderbuild(Consumer<Build.Builder> build) The updated build resource.The updated build resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
build
The updated build resource.
- Parameters:
 build- The updated build resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
build
The updated build resource.
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:
 
 
 -