@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() |
@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 build()
build in interface software.amazon.jsii.Builder<CfnMatchmakingRuleSetProps>CfnMatchmakingRuleSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.