public static interface UpdateMatchmakingConfigurationResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateMatchmakingConfigurationResponse.Builder,UpdateMatchmakingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateMatchmakingConfigurationResponse.Builder |
configuration(Consumer<MatchmakingConfiguration.Builder> configuration)
The updated matchmaking configuration.
|
UpdateMatchmakingConfigurationResponse.Builder |
configuration(MatchmakingConfiguration configuration)
The updated matchmaking configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMatchmakingConfigurationResponse.Builder configuration(MatchmakingConfiguration configuration)
The updated matchmaking configuration.
configuration - The updated matchmaking configuration.default UpdateMatchmakingConfigurationResponse.Builder configuration(Consumer<MatchmakingConfiguration.Builder> configuration)
The updated matchmaking configuration.
This is a convenience method that creates an instance of theMatchmakingConfiguration.Builder
avoiding the need to create one manually via MatchmakingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to configuration(MatchmakingConfiguration).
configuration - a consumer that will call methods on MatchmakingConfiguration.Builderconfiguration(MatchmakingConfiguration)Copyright © 2023. All rights reserved.