Interface StatefulRuleOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StatefulRuleOptions.Builder,
,StatefulRuleOptions> SdkBuilder<StatefulRuleOptions.Builder,
,StatefulRuleOptions> SdkPojo
- Enclosing class:
StatefulRuleOptions
@Mutable
@NotThreadSafe
public static interface StatefulRuleOptions.Builder
extends SdkPojo, CopyableBuilder<StatefulRuleOptions.Builder,StatefulRuleOptions>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates how to manage the order of the rule evaluation for the rule group.Indicates how to manage the order of the rule evaluation for the rule group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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 Network Firewall Developer Guide.- 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 Network Firewall Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 Network Firewall Developer Guide.- 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 Network Firewall Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-