@Stability(value=Stable) public static final class CfnRuleGroup.StatefulRuleOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleGroup.StatefulRuleOptionsProperty>
CfnRuleGroup.StatefulRuleOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRuleGroup.StatefulRuleOptionsProperty |
build()
Builds the configured instance.
|
CfnRuleGroup.StatefulRuleOptionsProperty.Builder |
ruleOrder(String ruleOrder)
Sets the value of
CfnRuleGroup.StatefulRuleOptionsProperty.getRuleOrder() |
@Stability(value=Stable) public CfnRuleGroup.StatefulRuleOptionsProperty.Builder ruleOrder(String ruleOrder)
CfnRuleGroup.StatefulRuleOptionsProperty.getRuleOrder()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 .this@Stability(value=Stable) public CfnRuleGroup.StatefulRuleOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnRuleGroup.StatefulRuleOptionsProperty>CfnRuleGroup.StatefulRuleOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.