@Stability(value=Stable) public static final class CfnMatchmakingRuleSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMatchmakingRuleSetProps>
CfnMatchmakingRuleSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMatchmakingRuleSetProps |
build()
Builds the configured instance.
|
CfnMatchmakingRuleSetProps.Builder |
name(String name)
Sets the value of
CfnMatchmakingRuleSetProps.getName() |
CfnMatchmakingRuleSetProps.Builder |
ruleSetBody(String ruleSetBody)
Sets the value of
CfnMatchmakingRuleSetProps.getRuleSetBody() |
CfnMatchmakingRuleSetProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnMatchmakingRuleSetProps.getTags() |
@Stability(value=Stable) public CfnMatchmakingRuleSetProps.Builder name(String name)
CfnMatchmakingRuleSetProps.getName()name - A unique identifier for the matchmaking rule set. This parameter is required.
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.this@Stability(value=Stable) public CfnMatchmakingRuleSetProps.Builder ruleSetBody(String ruleSetBody)
CfnMatchmakingRuleSetProps.getRuleSetBody()ruleSetBody - A collection of matchmaking rules, formatted as a JSON string. This parameter is required.
Comments are not allowed in JSON, but most elements support a description field.this@Stability(value=Stable) public CfnMatchmakingRuleSetProps.Builder tags(List<? extends CfnTag> tags)
CfnMatchmakingRuleSetProps.getTags()tags - A list of labels to assign to the new matchmaking rule set resource.
Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS 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 AWS General Reference for actual tagging limits.this@Stability(value=Stable) public CfnMatchmakingRuleSetProps build()
build in interface software.amazon.jsii.Builder<CfnMatchmakingRuleSetProps>CfnMatchmakingRuleSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.