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