Interface CreateMatchmakingConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateMatchmakingConfigurationResponse.Builder,,CreateMatchmakingConfigurationResponse> GameLiftResponse.Builder,SdkBuilder<CreateMatchmakingConfigurationResponse.Builder,,CreateMatchmakingConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateMatchmakingConfigurationResponse
public static interface CreateMatchmakingConfigurationResponse.Builder
extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<CreateMatchmakingConfigurationResponse.Builder,CreateMatchmakingConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionconfiguration(Consumer<MatchmakingConfiguration.Builder> configuration) Object that describes the newly created matchmaking configuration.configuration(MatchmakingConfiguration configuration) Object that describes the newly created matchmaking configuration.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
- 
configuration
CreateMatchmakingConfigurationResponse.Builder configuration(MatchmakingConfiguration configuration) Object that describes the newly created matchmaking configuration.
- Parameters:
 configuration- Object that describes the newly created matchmaking configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
configuration
default CreateMatchmakingConfigurationResponse.Builder configuration(Consumer<MatchmakingConfiguration.Builder> configuration) Object that describes the newly created matchmaking configuration.
This is a convenience method that creates an instance of theMatchmakingConfiguration.Builderavoiding the need to create one manually viaMatchmakingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(MatchmakingConfiguration).- Parameters:
 configuration- a consumer that will call methods onMatchmakingConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -