Class RuleSetContentProps.Builder
java.lang.Object
software.amazon.awscdk.services.gamelift.alpha.RuleSetContentProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RuleSetContentProps>
- Enclosing interface:
RuleSetContentProps
@Stability(Experimental)
public static final class RuleSetContentProps.Builder
extends Object
implements software.amazon.jsii.Builder<RuleSetContentProps>
A builder for
RuleSetContentProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.content(IRuleSetBody content) Sets the value ofRuleSetContentProps.getContent()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
content
Sets the value ofRuleSetContentProps.getContent()- Parameters:
content- RuleSet body content.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RuleSetContentProps>- Returns:
- a new instance of
RuleSetContentProps - Throws:
NullPointerException- if any required attribute was not provided
-