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. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the Amazon Web Services General Reference for actual tagging limits.
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. Once the resource is created, you
can use TagResource, UntagResource, and ListTagsForResource to add, remove, and
view tags. The maximum tag limit may be lower than stated. See the Amazon Web Services General
Reference for actual tagging limits.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. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the Amazon Web Services General Reference for actual tagging limits.
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. Once the resource is created, you
can use TagResource, UntagResource, and ListTagsForResource to add, remove, and
view tags. The maximum tag limit may be lower than stated. See the Amazon Web Services General
Reference for actual tagging limits.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. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the Amazon Web Services General Reference for actual tagging limits.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) 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.