Interface UpdateMatchmakingConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateMatchmakingConfigurationResponse.Builder,UpdateMatchmakingConfigurationResponse>,GameLiftResponse.Builder,SdkBuilder<UpdateMatchmakingConfigurationResponse.Builder,UpdateMatchmakingConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateMatchmakingConfigurationResponse
public static interface UpdateMatchmakingConfigurationResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateMatchmakingConfigurationResponse.Builder,UpdateMatchmakingConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateMatchmakingConfigurationResponse.Builderconfiguration(Consumer<MatchmakingConfiguration.Builder> configuration)The updated matchmaking configuration.UpdateMatchmakingConfigurationResponse.Builderconfiguration(MatchmakingConfiguration configuration)The updated matchmaking configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
configuration
UpdateMatchmakingConfigurationResponse.Builder configuration(MatchmakingConfiguration configuration)
The updated matchmaking configuration.
- Parameters:
configuration- The updated matchmaking configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default UpdateMatchmakingConfigurationResponse.Builder configuration(Consumer<MatchmakingConfiguration.Builder> configuration)
The updated 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:
configuration(MatchmakingConfiguration)
-
-