public static interface CreateMatchmakingConfigurationResponse.Builder extends GameLiftResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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 © 2022. All rights reserved.