| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateMatchmakingRuleSetResponse> |
GameLiftAsyncClient.createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)
Creates a new rule set for FlexMatch matchmaking.
|
default CreateMatchmakingRuleSetResponse |
GameLiftClient.createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)
Creates a new rule set for FlexMatch matchmaking.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.builder() |
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.name(String name)
A unique identifier for a matchmaking rule set.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.ruleSetBody(String ruleSetBody)
A collection of matchmaking rules, formatted as a JSON string.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.tags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking rule set resource.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of labels to assign to the new matchmaking rule set resource.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.tags(Tag... tags)
A list of labels to assign to the new matchmaking rule set resource.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMatchmakingRuleSetRequest.Builder> |
CreateMatchmakingRuleSetRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.