Interface RuleSetContentProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RuleSetContentProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:49.836Z")
@Stability(Experimental)
public interface RuleSetContentProps
extends software.amazon.jsii.JsiiSerializable
(experimental) Properties for a new matchmaking ruleSet content.
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.alpha.*;
IRuleSetBody ruleSetBody;
RuleSetContentProps ruleSetContentProps = RuleSetContentProps.builder()
.content(ruleSetBody)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRuleSetContentPropsstatic final classAn implementation forRuleSetContentProps -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleSetContentProps.Builderbuilder()default IRuleSetBody(experimental) RuleSet body content.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContent
(experimental) RuleSet body content.Default: use a default empty RuleSet body
-
builder
- Returns:
- a
RuleSetContentProps.BuilderofRuleSetContentProps
-