Uses of Interface
software.amazon.awssdk.services.gamelift.model.MatchmakingRuleSet.Builder
-
Packages that use MatchmakingRuleSet.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of MatchmakingRuleSet.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return MatchmakingRuleSet.Builder Modifier and Type Method Description static MatchmakingRuleSet.BuilderMatchmakingRuleSet. builder()MatchmakingRuleSet.BuilderMatchmakingRuleSet.Builder. creationTime(Instant creationTime)A time stamp indicating when this data object was created.MatchmakingRuleSet.BuilderMatchmakingRuleSet.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.BuilderMatchmakingRuleSet.Builder. ruleSetBody(String ruleSetBody)A collection of matchmaking rules, formatted as a JSON string.MatchmakingRuleSet.BuilderMatchmakingRuleSet.Builder. ruleSetName(String ruleSetName)A unique identifier for the matchmaking rule setMatchmakingRuleSet.BuilderMatchmakingRuleSet. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type MatchmakingRuleSet.Builder Modifier and Type Method Description static Class<? extends MatchmakingRuleSet.Builder>MatchmakingRuleSet. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type MatchmakingRuleSet.Builder Modifier and Type Method Description default CreateMatchmakingRuleSetResponse.BuilderCreateMatchmakingRuleSetResponse.Builder. ruleSet(Consumer<MatchmakingRuleSet.Builder> ruleSet)The newly created matchmaking rule set.
-