Uses of Interface
software.amazon.awssdk.services.gamelift.model.CreateMatchmakingRuleSetRequest.Builder
-
Packages that use CreateMatchmakingRuleSetRequest.Builder Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers.software.amazon.awssdk.services.gamelift.model -
-
Uses of CreateMatchmakingRuleSetRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type CreateMatchmakingRuleSetRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateMatchmakingRuleSetResponse>GameLiftAsyncClient. createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)Creates a new rule set for FlexMatch matchmaking.default CreateMatchmakingRuleSetResponseGameLiftClient. createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)Creates a new rule set for FlexMatch matchmaking. -
Uses of CreateMatchmakingRuleSetRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return CreateMatchmakingRuleSetRequest.Builder Modifier and Type Method Description static CreateMatchmakingRuleSetRequest.BuilderCreateMatchmakingRuleSetRequest. builder()CreateMatchmakingRuleSetRequest.BuilderCreateMatchmakingRuleSetRequest.Builder. name(String name)A unique identifier for the matchmaking rule set.CreateMatchmakingRuleSetRequest.BuilderCreateMatchmakingRuleSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateMatchmakingRuleSetRequest.BuilderCreateMatchmakingRuleSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateMatchmakingRuleSetRequest.BuilderCreateMatchmakingRuleSetRequest.Builder. ruleSetBody(String ruleSetBody)A collection of matchmaking rules, formatted as a JSON string.CreateMatchmakingRuleSetRequest.BuilderCreateMatchmakingRuleSetRequest.Builder. tags(Collection<Tag> tags)A list of labels to assign to the new matchmaking rule set resource.CreateMatchmakingRuleSetRequest.BuilderCreateMatchmakingRuleSetRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of labels to assign to the new matchmaking rule set resource.CreateMatchmakingRuleSetRequest.BuilderCreateMatchmakingRuleSetRequest.Builder. tags(Tag... tags)A list of labels to assign to the new matchmaking rule set resource.CreateMatchmakingRuleSetRequest.BuilderCreateMatchmakingRuleSetRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type CreateMatchmakingRuleSetRequest.Builder Modifier and Type Method Description static Class<? extends CreateMatchmakingRuleSetRequest.Builder>CreateMatchmakingRuleSetRequest. serializableBuilderClass()
-