public static interface CreateMatchmakingRuleSetRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<CreateMatchmakingRuleSetRequest.Builder,CreateMatchmakingRuleSetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMatchmakingRuleSetRequest.Builder |
name(String name)
Unique identifier for a matchmaking rule set.
|
CreateMatchmakingRuleSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMatchmakingRuleSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMatchmakingRuleSetRequest.Builder |
ruleSetBody(String ruleSetBody)
Collection of matchmaking rules, formatted as a JSON string.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMatchmakingRuleSetRequest.Builder name(String name)
Unique identifier for a matchmaking rule set. A matchmaking configuration identifies the rule set it uses by this name value. (Note: The rule set name is different from the optional "name" field in the rule set body.)
name - Unique identifier for a matchmaking rule set. A matchmaking configuration identifies the rule set it
uses by this name value. (Note: The rule set name is different from the optional "name" field in the
rule set body.)CreateMatchmakingRuleSetRequest.Builder ruleSetBody(String ruleSetBody)
Collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but most elements support a description field.
ruleSetBody - Collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but
most elements support a description field.CreateMatchmakingRuleSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMatchmakingRuleSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.