| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static MatchmakingRuleSet.Builder |
MatchmakingRuleSet.builder() |
MatchmakingRuleSet.Builder |
MatchmakingRuleSet.Builder.creationTime(Instant creationTime)
A time stamp indicating when this data object was created.
|
MatchmakingRuleSet.Builder |
MatchmakingRuleSet.Builder.ruleSetArn(String ruleSetArn)
The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift matchmaking rule set resource and uniquely identifies it.
|
MatchmakingRuleSet.Builder |
MatchmakingRuleSet.Builder.ruleSetBody(String ruleSetBody)
A collection of matchmaking rules, formatted as a JSON string.
|
MatchmakingRuleSet.Builder |
MatchmakingRuleSet.Builder.ruleSetName(String ruleSetName)
A unique identifier for the matchmaking rule set
|
MatchmakingRuleSet.Builder |
MatchmakingRuleSet.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MatchmakingRuleSet.Builder> |
MatchmakingRuleSet.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateMatchmakingRuleSetResponse.Builder |
CreateMatchmakingRuleSetResponse.Builder.ruleSet(Consumer<MatchmakingRuleSet.Builder> ruleSet)
The newly created matchmaking rule set.
|
Copyright © 2023. All rights reserved.