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