public static interface CreateMatchmakingRuleSetRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<CreateMatchmakingRuleSetRequest.Builder,CreateMatchmakingRuleSetRequest>
Modifier and Type | Method and Description |
---|---|
CreateMatchmakingRuleSetRequest.Builder |
name(String name)
Unique identifier for a matchmaking rule set.
|
CreateMatchmakingRuleSetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateMatchmakingRuleSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateMatchmakingRuleSetRequest.Builder |
ruleSetBody(String ruleSetBody)
Collection of matchmaking rules, formatted as a JSON string.
|
build
requestOverrideConfig
copy
apply, build
CreateMatchmakingRuleSetRequest.Builder name(String name)
Unique identifier for a matchmaking rule set. This name is used to identify the rule set associated with a matchmaking configuration.
name
- Unique identifier for a matchmaking rule set. This name is used to identify the rule set associated
with a matchmaking configuration.CreateMatchmakingRuleSetRequest.Builder ruleSetBody(String ruleSetBody)
Collection of matchmaking rules, formatted as a JSON string. (Note that comments are not allowed in JSON, but most elements support a description field.)
ruleSetBody
- Collection of matchmaking rules, formatted as a JSON string. (Note that comments are not allowed in
JSON, but most elements support a description field.)CreateMatchmakingRuleSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CreateMatchmakingRuleSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.