Class RuleSetBodyConfig.Builder
java.lang.Object
software.amazon.awscdk.services.gamelift.alpha.RuleSetBodyConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RuleSetBodyConfig>
- Enclosing interface:
RuleSetBodyConfig
@Stability(Experimental)
public static final class RuleSetBodyConfig.Builder
extends Object
implements software.amazon.jsii.Builder<RuleSetBodyConfig>
A builder for
RuleSetBodyConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.ruleSetBody
(String ruleSetBody) Sets the value ofRuleSetBodyConfig.getRuleSetBody()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ruleSetBody
Sets the value ofRuleSetBodyConfig.getRuleSetBody()
- Parameters:
ruleSetBody
- Inline ruleSet body. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<RuleSetBodyConfig>
- Returns:
- a new instance of
RuleSetBodyConfig
- Throws:
NullPointerException
- if any required attribute was not provided
-