Interface RuleSetBodyConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RuleSetBodyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)",
date="2024-09-06T01:36:37.939Z")
@Stability(Experimental)
public interface RuleSetBodyConfig
extends software.amazon.jsii.JsiiSerializable
(experimental) Interface to represent output result of a RuleSetContent binding.
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.*; RuleSetBodyConfig ruleSetBodyConfig = RuleSetBodyConfig.builder() .ruleSetBody("ruleSetBody") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forRuleSetBodyConfig
static final class
An implementation forRuleSetBodyConfig
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuleSetBodyConfig.Builder
builder()
(experimental) Inline ruleSet body.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRuleSetBody
(experimental) Inline ruleSet body. -
builder
- Returns:
- a
RuleSetBodyConfig.Builder
ofRuleSetBodyConfig
-