@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)
`AWS::GameLift::MatchmakingRuleSet.Name`.
|
CfnMatchmakingRuleSet.Builder |
ruleSetBody(String ruleSetBody)
`AWS::GameLift::MatchmakingRuleSet.RuleSetBody`.
|
@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)
name - `AWS::GameLift::MatchmakingRuleSet.Name`. This parameter is required.this@Stability(value=Stable) public CfnMatchmakingRuleSet.Builder ruleSetBody(String ruleSetBody)
ruleSetBody - `AWS::GameLift::MatchmakingRuleSet.RuleSetBody`. This parameter is required.this@Stability(value=Stable) public CfnMatchmakingRuleSet build()
build in interface software.amazon.jsii.Builder<CfnMatchmakingRuleSet>Copyright © 2021. All rights reserved.