Interface StatefulEngineOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StatefulEngineOptions.Builder,StatefulEngineOptions>,SdkBuilder<StatefulEngineOptions.Builder,StatefulEngineOptions>,SdkPojo
- Enclosing class:
- StatefulEngineOptions
public static interface StatefulEngineOptions.Builder extends SdkPojo, CopyableBuilder<StatefulEngineOptions.Builder,StatefulEngineOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatefulEngineOptions.BuilderruleOrder(String ruleOrder)Indicates how to manage the order of stateful rule evaluation for the policy.StatefulEngineOptions.BuilderruleOrder(RuleOrder ruleOrder)Indicates how to manage the order of stateful rule evaluation for the policy.-
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, sdkFields
-
-
-
-
Method Detail
-
ruleOrder
StatefulEngineOptions.Builder ruleOrder(String ruleOrder)
Indicates how to manage the order of stateful rule evaluation for the policy.
DEFAULT_ACTION_ORDERis 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 stateful rule evaluation for the policy.DEFAULT_ACTION_ORDERis 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,RuleOrder
-
ruleOrder
StatefulEngineOptions.Builder ruleOrder(RuleOrder ruleOrder)
Indicates how to manage the order of stateful rule evaluation for the policy.
DEFAULT_ACTION_ORDERis 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 stateful rule evaluation for the policy.DEFAULT_ACTION_ORDERis 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,RuleOrder
-
-