@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:09.367Z") @Stability(value=Stable) public interface CfnMatchmakingRuleSetProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.gamelift.*;
CfnMatchmakingRuleSetProps cfnMatchmakingRuleSetProps = CfnMatchmakingRuleSetProps.builder()
.name("name")
.ruleSetBody("ruleSetBody")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMatchmakingRuleSetProps.Builder
A builder for
CfnMatchmakingRuleSetProps |
static class |
CfnMatchmakingRuleSetProps.Jsii$Proxy
An implementation for
CfnMatchmakingRuleSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMatchmakingRuleSetProps.Builder |
builder() |
String |
getName()
A unique identifier for the matchmaking rule set.
|
String |
getRuleSetBody()
A collection of matchmaking rules, formatted as a JSON string.
|
@Stability(value=Stable) @NotNull String getName()
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.
@Stability(value=Stable) @NotNull String getRuleSetBody()
Comments are not allowed in JSON, but most elements support a description field.
@Stability(value=Stable) static CfnMatchmakingRuleSetProps.Builder builder()
CfnMatchmakingRuleSetProps.Builder of CfnMatchmakingRuleSetPropsCopyright © 2022. All rights reserved.