Class CfnMatchmakingRuleSetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnMatchmakingRuleSetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchmakingRuleSetPropsMixin>
- Enclosing class:
CfnMatchmakingRuleSetPropsMixin
@Stability(Stable)
public static final class CfnMatchmakingRuleSetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchmakingRuleSetPropsMixin>
A fluent builder for
CfnMatchmakingRuleSetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) A unique identifier for the matchmaking rule set.ruleSetBody(String ruleSetBody) A collection of matchmaking rules, formatted as a JSON string.A list of labels to assign to the new matchmaking rule set resource.
-
Method Details
-
create
@Stability(Stable) public static CfnMatchmakingRuleSetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnMatchmakingRuleSetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnMatchmakingRuleSetPropsMixin.Builder.
-
name
A unique identifier for the matchmaking rule set.A matchmaking configuration identifies the rule set it uses by this name value. Note that the rule set name is different from the optional
namefield in the rule set body.- Parameters:
name- A unique identifier for the matchmaking rule set. This parameter is required.- Returns:
this- See Also:
-
ruleSetBody
A collection of matchmaking rules, formatted as a JSON string.Comments are not allowed in JSON, but most elements support a description field.
- Parameters:
ruleSetBody- A collection of matchmaking rules, formatted as a JSON string. This parameter is required.- Returns:
this- See Also:
-
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.
- Parameters:
tags- A list of labels to assign to the new matchmaking rule set resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchmakingRuleSetPropsMixin>- Returns:
- a newly built instance of
CfnMatchmakingRuleSetPropsMixin.
-