| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateMatchmakingConfigurationResponse |
GameLiftClient.updateMatchmakingConfiguration(Consumer<UpdateMatchmakingConfigurationRequest.Builder> updateMatchmakingConfigurationRequest)
Updates settings for a FlexMatch matchmaking configuration.
|
default CompletableFuture<UpdateMatchmakingConfigurationResponse> |
GameLiftAsyncClient.updateMatchmakingConfiguration(Consumer<UpdateMatchmakingConfigurationRequest.Builder> updateMatchmakingConfigurationRequest)
Updates settings for a FlexMatch matchmaking configuration.
|
| Modifier and Type | Method and Description |
|---|---|
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(BackfillMode backfillMode)
The method that is used to backfill game sessions created with this matchmaking configuration.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.backfillMode(String 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 descriptive label that is associated with matchmaking configuration.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.flexMatchMode(FlexMatchMode flexMatchMode)
Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone
matchmaking solution.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.flexMatchMode(String flexMatchMode)
Indicates whether this matchmaking configuration is being used with GameLift hosting or as a standalone
matchmaking solution.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameProperties(Collection<GameProperty> gameProperties)
A set of custom properties for a game session, formatted as key-value pairs.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameProperties(Consumer<GameProperty.Builder>... gameProperties)
A set of custom properties for a game session, formatted as key-value pairs.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameProperties(GameProperty... gameProperties)
A set of custom properties for a game session, formatted as key-value pairs.
|
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(Collection<String> gameSessionQueueArns)
Amazon Resource Name (ARN) that is assigned
to a GameLift game session queue resource and uniquely identifies it.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameSessionQueueArns(String... gameSessionQueueArns)
Amazon Resource Name (ARN) that is assigned
to a GameLift game session queue resource and uniquely identifies it.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.name(String name)
A unique identifier for a 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(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 a matchmaking rule set to use with this configuration.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateMatchmakingConfigurationRequest.Builder> |
UpdateMatchmakingConfigurationRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.