public static interface CreateMatchmakingRuleSetRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<CreateMatchmakingRuleSetRequest.Builder,CreateMatchmakingRuleSetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMatchmakingRuleSetRequest.Builder |
name(String name)
A unique identifier for the matchmaking rule set.
|
CreateMatchmakingRuleSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMatchmakingRuleSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMatchmakingRuleSetRequest.Builder |
ruleSetBody(String ruleSetBody)
A collection of matchmaking rules, formatted as a JSON string.
|
CreateMatchmakingRuleSetRequest.Builder |
tags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking rule set resource.
|
CreateMatchmakingRuleSetRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of labels to assign to the new matchmaking rule set resource.
|
CreateMatchmakingRuleSetRequest.Builder |
tags(Tag... tags)
A list of labels to assign to the new matchmaking rule set resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMatchmakingRuleSetRequest.Builder name(String name)
A unique identifier for the matchmaking rule set. A matchmaking configuration identifies the rule set it uses
by this name value. Note that the rule set name is different from the optional name field in the
rule set body.
name - A unique identifier for the matchmaking rule set. A matchmaking configuration identifies the rule set
it uses by this name value. Note that the rule set name is different from the optional
name field in the rule set body.CreateMatchmakingRuleSetRequest.Builder ruleSetBody(String ruleSetBody)
A collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but most elements support a description field.
ruleSetBody - A collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but
most elements support a description field.CreateMatchmakingRuleSetRequest.Builder tags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
tags - A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined
key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access
management and cost allocation. For more information, see Tagging Amazon Web Services
Resources in the Amazon Web Services General Reference.CreateMatchmakingRuleSetRequest.Builder tags(Tag... tags)
A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
tags - A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined
key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access
management and cost allocation. For more information, see Tagging Amazon Web Services
Resources in the Amazon Web Services General Reference.CreateMatchmakingRuleSetRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateMatchmakingRuleSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMatchmakingRuleSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.