@Stability(value=Stable) public static final class CfnFirewallPolicy.StatefulEngineOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFirewallPolicy.StatefulEngineOptionsProperty>
CfnFirewallPolicy.StatefulEngineOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFirewallPolicy.StatefulEngineOptionsProperty |
build()
Builds the configured instance.
|
CfnFirewallPolicy.StatefulEngineOptionsProperty.Builder |
ruleOrder(String ruleOrder)
Sets the value of
CfnFirewallPolicy.StatefulEngineOptionsProperty.getRuleOrder() |
@Stability(value=Stable) public CfnFirewallPolicy.StatefulEngineOptionsProperty.Builder ruleOrder(String ruleOrder)
CfnFirewallPolicy.StatefulEngineOptionsProperty.getRuleOrder()ruleOrder - Indicates how to manage the order of stateful rule evaluation for the policy.
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 CfnFirewallPolicy.StatefulEngineOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnFirewallPolicy.StatefulEngineOptionsProperty>CfnFirewallPolicy.StatefulEngineOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.