UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.acceptanceRequired(Boolean acceptanceRequired) |
A flag that indicates whether a match that was created with this configuration must be accepted by the
matched players.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.acceptanceTimeoutSeconds(Integer acceptanceTimeoutSeconds) |
The length of time (in seconds) to wait for players to accept a proposed match, if acceptance is required.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.additionalPlayerCount(Integer additionalPlayerCount) |
The number of player slots in a match to keep open for future players.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.backfillMode(String backfillMode) |
The method that is used to backfill game sessions created with this matchmaking configuration.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.backfillMode(BackfillMode backfillMode) |
The method that is used to backfill game sessions created with this matchmaking configuration.
|
static UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.builder() |
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.customEventData(String customEventData) |
Information to add to all events related to the matchmaking configuration.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.description(String description) |
A description for the matchmaking configuration.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.flexMatchMode(String flexMatchMode) |
Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a
standalone matchmaking solution.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.flexMatchMode(FlexMatchMode flexMatchMode) |
Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a
standalone matchmaking solution.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameProperties(Collection<GameProperty> gameProperties) |
A set of key-value pairs that can store custom data in a game session.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameProperties(Consumer<GameProperty.Builder>... gameProperties) |
A set of key-value pairs that can store custom data in a game session.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameProperties(GameProperty... gameProperties) |
A set of key-value pairs that can store custom data in a game session.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameSessionData(String gameSessionData) |
A set of custom game session properties, formatted as a single string value.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameSessionQueueArns(String... gameSessionQueueArns) |
The Amazon Resource Name ( ARN) that is assigned to a
Amazon GameLift game session queue resource and uniquely identifies it.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameSessionQueueArns(Collection<String> gameSessionQueueArns) |
The Amazon Resource Name ( ARN) that is assigned to a
Amazon GameLift game session queue resource and uniquely identifies it.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.name(String name) |
A unique identifier for the matchmaking configuration to update.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.notificationTarget(String notificationTarget) |
An SNS topic ARN that is set up to receive matchmaking notifications.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.requestTimeoutSeconds(Integer requestTimeoutSeconds) |
The maximum duration, in seconds, that a matchmaking ticket can remain in process before timing out.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.ruleSetName(String ruleSetName) |
A unique identifier for the matchmaking rule set to use with this configuration.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.toBuilder() |
|