@Stability(value=Stable) public static final class CfnMatchmakingRuleSet.Builder extends Object implements software.amazon.jsii.Builder<CfnMatchmakingRuleSet>
CfnMatchmakingRuleSet.| Modifier and Type | Method and Description |
|---|---|
CfnMatchmakingRuleSet |
build() |
static CfnMatchmakingRuleSet.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMatchmakingRuleSet.Builder |
name(String name)
A unique identifier for the matchmaking rule set.
|
CfnMatchmakingRuleSet.Builder |
ruleSetBody(String ruleSetBody)
A collection of matchmaking rules, formatted as a JSON string.
|
CfnMatchmakingRuleSet.Builder |
tags(List<? extends CfnTag> tags)
A list of labels to assign to the new matchmaking rule set resource.
|
@Stability(value=Stable) public static CfnMatchmakingRuleSet.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnMatchmakingRuleSet.Builder.@Stability(value=Stable) public CfnMatchmakingRuleSet.Builder name(String name)
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. This parameter is required.this@Stability(value=Stable) public CfnMatchmakingRuleSet.Builder ruleSetBody(String ruleSetBody)
Comments are not allowed in JSON, but most elements support a description field.
ruleSetBody - A collection of matchmaking rules, formatted as a JSON string. This parameter is required.this@Stability(value=Stable) public CfnMatchmakingRuleSet.Builder tags(List<? extends CfnTag> tags)
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.
tags - A list of labels to assign to the new matchmaking rule set resource. This parameter is required.this@Stability(value=Stable) public CfnMatchmakingRuleSet build()
build in interface software.amazon.jsii.Builder<CfnMatchmakingRuleSet>Copyright © 2022. All rights reserved.