public static interface CreateMatchmakingConfigurationResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<CreateMatchmakingConfigurationResponse.Builder,CreateMatchmakingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateMatchmakingConfigurationResponse.Builder |
configuration(Consumer<MatchmakingConfiguration.Builder> configuration)
Object that describes the newly created matchmaking configuration.
|
CreateMatchmakingConfigurationResponse.Builder |
configuration(MatchmakingConfiguration configuration)
Object that describes the newly created matchmaking configuration.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateMatchmakingConfigurationResponse.Builder configuration(MatchmakingConfiguration configuration)
Object that describes the newly created matchmaking configuration.
configuration - Object that describes the newly created matchmaking configuration.default CreateMatchmakingConfigurationResponse.Builder configuration(Consumer<MatchmakingConfiguration.Builder> configuration)
Object that describes the newly created matchmaking configuration.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.