public static interface MatchmakingRuleSet.Builder extends SdkPojo, CopyableBuilder<MatchmakingRuleSet.Builder,MatchmakingRuleSet>
Modifier and Type | Method and Description |
---|---|
MatchmakingRuleSet.Builder |
creationTime(Instant creationTime)
Time stamp indicating when this data object was created.
|
MatchmakingRuleSet.Builder |
ruleSetBody(String ruleSetBody)
Collection of matchmaking rules, formatted as a JSON string.
|
MatchmakingRuleSet.Builder |
ruleSetName(String ruleSetName)
Unique identifier for a matchmaking rule set
|
copy
applyMutation, build
MatchmakingRuleSet.Builder ruleSetName(String ruleSetName)
Unique identifier for a matchmaking rule set
ruleSetName
- Unique identifier for a matchmaking rule setMatchmakingRuleSet.Builder ruleSetBody(String ruleSetBody)
Collection of matchmaking rules, formatted as a JSON string. (Note that comments14 are not allowed in JSON, but most elements support a description field.)
ruleSetBody
- Collection of matchmaking rules, formatted as a JSON string. (Note that comments14 are not allowed in
JSON, but most elements support a description field.)MatchmakingRuleSet.Builder creationTime(Instant creationTime)
Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
creationTime
- Time stamp indicating when this data object was created. Format is a number expressed in Unix time as
milliseconds (for example "1469498468.057").Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.