@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(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.
|
@Stability(value=Stable) public static CfnMatchmakingRuleSet.Builder create(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 build()
build in interface software.amazon.jsii.Builder<CfnMatchmakingRuleSet>Copyright © 2022. All rights reserved.