Class CfnRuleGroupPropsMixin.SummaryConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnRuleGroupPropsMixin.SummaryConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuleGroupPropsMixin.SummaryConfigurationProperty>
- Enclosing interface:
CfnRuleGroupPropsMixin.SummaryConfigurationProperty
@Stability(Stable)
public static final class CfnRuleGroupPropsMixin.SummaryConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuleGroupPropsMixin.SummaryConfigurationProperty>
A builder for
CfnRuleGroupPropsMixin.SummaryConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ruleOptions(List<String> ruleOptions) Sets the value ofCfnRuleGroupPropsMixin.SummaryConfigurationProperty.getRuleOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ruleOptions
@Stability(Stable) public CfnRuleGroupPropsMixin.SummaryConfigurationProperty.Builder ruleOptions(List<String> ruleOptions) Sets the value ofCfnRuleGroupPropsMixin.SummaryConfigurationProperty.getRuleOptions()- Parameters:
ruleOptions- Specifies the selected rule options returned byDescribeRuleGroupSummary.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuleGroupPropsMixin.SummaryConfigurationProperty>- Returns:
- a new instance of
CfnRuleGroupPropsMixin.SummaryConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-