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