Class CfnRuleGroup.StatefulRuleOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.StatefulRuleOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuleGroup.StatefulRuleOptionsProperty>
- Enclosing interface:
CfnRuleGroup.StatefulRuleOptionsProperty
@Stability(Stable)
public static final class CfnRuleGroup.StatefulRuleOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuleGroup.StatefulRuleOptionsProperty>
A builder for
CfnRuleGroup.StatefulRuleOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnRuleGroup.StatefulRuleOptionsProperty.getRuleOrder()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ruleOrder
@Stability(Stable) public CfnRuleGroup.StatefulRuleOptionsProperty.Builder ruleOrder(String ruleOrder) Sets the value ofCfnRuleGroup.StatefulRuleOptionsProperty.getRuleOrder()
- Parameters:
ruleOrder
- Indicates how to manage the order of the rule evaluation for the rule group.DEFAULT_ACTION_ORDER
is the default behavior. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see Evaluation order for stateful rules in the AWS Network Firewall Developer Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRuleGroup.StatefulRuleOptionsProperty>
- Returns:
- a new instance of
CfnRuleGroup.StatefulRuleOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-