@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatefulRuleOptions extends Object implements Serializable, Cloneable, StructuredPojo
Additional options governing how Network Firewall handles the rule group. You can only use these for stateful rule groups.
| Constructor and Description |
|---|
StatefulRuleOptions() |
| Modifier and Type | Method and Description |
|---|---|
StatefulRuleOptions |
clone() |
boolean |
equals(Object obj) |
String |
getRuleOrder()
Indicates how to manage the order of the rule evaluation for the rule group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRuleOrder(String ruleOrder)
Indicates how to manage the order of the rule evaluation for the rule group.
|
String |
toString()
Returns a string representation of this object.
|
StatefulRuleOptions |
withRuleOrder(RuleOrder ruleOrder)
Indicates how to manage the order of the rule evaluation for the rule group.
|
StatefulRuleOptions |
withRuleOrder(String ruleOrder)
Indicates how to manage the order of the rule evaluation for the rule group.
|
public void setRuleOrder(String 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.
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.RuleOrderpublic String getRuleOrder()
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.
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.RuleOrderpublic StatefulRuleOptions withRuleOrder(String 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.
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.RuleOrderpublic StatefulRuleOptions withRuleOrder(RuleOrder 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.
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.RuleOrderpublic String toString()
toString in class ObjectObject.toString()public StatefulRuleOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.