public static interface MatchmakingRuleSet.Builder extends SdkPojo, CopyableBuilder<MatchmakingRuleSet.Builder,MatchmakingRuleSet>
| Modifier and Type | Method and Description |
|---|---|
MatchmakingRuleSet.Builder |
creationTime(Instant creationTime)
A time stamp indicating when this data object was created.
|
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 |
ruleSetBody(String ruleSetBody)
A collection of matchmaking rules, formatted as a JSON string.
|
MatchmakingRuleSet.Builder |
ruleSetName(String ruleSetName)
A unique identifier for the matchmaking rule set
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMatchmakingRuleSet.Builder ruleSetName(String ruleSetName)
A unique identifier for the matchmaking rule set
ruleSetName - A unique identifier for the matchmaking rule setMatchmakingRuleSet.Builder ruleSetArn(String ruleSetArn)
The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift matchmaking rule set resource and uniquely identifies it. ARNs are unique across all Regions.
Format is arn:aws:gamelift:<region>::matchmakingruleset/<ruleset name>. In a
GameLift rule set ARN, the resource ID matches the RuleSetName value.
ruleSetArn - The Amazon Resource Name (ARN) that is assigned to
a Amazon GameLift matchmaking rule set resource and uniquely identifies it. ARNs are unique across all
Regions. Format is
arn:aws:gamelift:<region>::matchmakingruleset/<ruleset name>. In a GameLift
rule set ARN, the resource ID matches the RuleSetName value.MatchmakingRuleSet.Builder ruleSetBody(String ruleSetBody)
A collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but most elements support a description field.
ruleSetBody - A collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but
most elements support a description field.MatchmakingRuleSet.Builder creationTime(Instant creationTime)
A time stamp indicating when this data object was created. Format is a number expressed in Unix time as
milliseconds (for example "1469498468.057").
creationTime - A time stamp indicating when this data object was created. Format is a number expressed in Unix time
as milliseconds (for example "1469498468.057").Copyright © 2023. All rights reserved.