Class CfnRuleGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnRuleGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuleGroupPropsMixin>
- Enclosing class:
CfnRuleGroupPropsMixin
@Stability(Stable)
public static final class CfnRuleGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuleGroupPropsMixin>
A fluent builder for
CfnRuleGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The maximum operating resources that this rule group can use.create()create(CfnPropertyMixinOptions options) description(String description) A description of the rule group.An object that defines the rule group rules.ruleGroup(IResolvable ruleGroup) An object that defines the rule group rules.ruleGroupName(String ruleGroupName) The descriptive name of the rule group.summaryConfiguration(CfnRuleGroupPropsMixin.SummaryConfigurationProperty summaryConfiguration) A complex type containing the currently selected rule option fields that will be displayed for rule summarization returned byDescribeRuleGroupSummary.summaryConfiguration(IResolvable summaryConfiguration) A complex type containing the currently selected rule option fields that will be displayed for rule summarization returned byDescribeRuleGroupSummary.An array of key-value pairs to apply to this resource.Indicates whether the rule group is stateless or stateful.
-
Method Details
-
create
@Stability(Stable) public static CfnRuleGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRuleGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRuleGroupPropsMixin.Builder.
-
capacity
The maximum operating resources that this rule group can use.You can't change a rule group's capacity setting after you create the rule group. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group.
- Parameters:
capacity- The maximum operating resources that this rule group can use. This parameter is required.- Returns:
this- See Also:
-
description
A description of the rule group.- Parameters:
description- A description of the rule group. This parameter is required.- Returns:
this- See Also:
-
ruleGroup
An object that defines the rule group rules.- Parameters:
ruleGroup- An object that defines the rule group rules. This parameter is required.- Returns:
this- See Also:
-
ruleGroup
@Stability(Stable) public CfnRuleGroupPropsMixin.Builder ruleGroup(CfnRuleGroupPropsMixin.RuleGroupProperty ruleGroup) An object that defines the rule group rules.- Parameters:
ruleGroup- An object that defines the rule group rules. This parameter is required.- Returns:
this- See Also:
-
ruleGroupName
The descriptive name of the rule group.You can't change the name of a rule group after you create it.
- Parameters:
ruleGroupName- The descriptive name of the rule group. This parameter is required.- Returns:
this- See Also:
-
summaryConfiguration
@Stability(Stable) public CfnRuleGroupPropsMixin.Builder summaryConfiguration(IResolvable summaryConfiguration) A complex type containing the currently selected rule option fields that will be displayed for rule summarization returned byDescribeRuleGroupSummary.- The
RuleOptionsspecified inSummaryConfiguration - Rule metadata organization preferences
- Parameters:
summaryConfiguration- A complex type containing the currently selected rule option fields that will be displayed for rule summarization returned byDescribeRuleGroupSummary. This parameter is required.- Returns:
this- See Also:
- The
-
summaryConfiguration
@Stability(Stable) public CfnRuleGroupPropsMixin.Builder summaryConfiguration(CfnRuleGroupPropsMixin.SummaryConfigurationProperty summaryConfiguration) A complex type containing the currently selected rule option fields that will be displayed for rule summarization returned byDescribeRuleGroupSummary.- The
RuleOptionsspecified inSummaryConfiguration - Rule metadata organization preferences
- Parameters:
summaryConfiguration- A complex type containing the currently selected rule option fields that will be displayed for rule summarization returned byDescribeRuleGroupSummary. This parameter is required.- Returns:
this- See Also:
- The
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
type
Indicates whether the rule group is stateless or stateful.If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.
- Parameters:
type- Indicates whether the rule group is stateless or stateful. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuleGroupPropsMixin>- Returns:
- a newly built instance of
CfnRuleGroupPropsMixin.
-