@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. By default, Network Firewall leaves
the rule evaluation order up to the Suricata rule processing engine. If you set this to STRICT_ORDER
, your rules are evaluated in the exact order that they're listed in your Suricata rules string.
ruleOrder
- Indicates how to manage the order of the rule evaluation for the rule group. By default, Network Firewall
leaves the rule evaluation order up to the Suricata rule processing engine. If you set this to
STRICT_ORDER
, your rules are evaluated in the exact order that they're listed in your
Suricata rules string.RuleOrder
public String getRuleOrder()
Indicates how to manage the order of the rule evaluation for the rule group. By default, Network Firewall leaves
the rule evaluation order up to the Suricata rule processing engine. If you set this to STRICT_ORDER
, your rules are evaluated in the exact order that they're listed in your Suricata rules string.
STRICT_ORDER
, your rules are evaluated in the exact order that they're listed in your
Suricata rules string.RuleOrder
public StatefulRuleOptions withRuleOrder(String ruleOrder)
Indicates how to manage the order of the rule evaluation for the rule group. By default, Network Firewall leaves
the rule evaluation order up to the Suricata rule processing engine. If you set this to STRICT_ORDER
, your rules are evaluated in the exact order that they're listed in your Suricata rules string.
ruleOrder
- Indicates how to manage the order of the rule evaluation for the rule group. By default, Network Firewall
leaves the rule evaluation order up to the Suricata rule processing engine. If you set this to
STRICT_ORDER
, your rules are evaluated in the exact order that they're listed in your
Suricata rules string.RuleOrder
public StatefulRuleOptions withRuleOrder(RuleOrder ruleOrder)
Indicates how to manage the order of the rule evaluation for the rule group. By default, Network Firewall leaves
the rule evaluation order up to the Suricata rule processing engine. If you set this to STRICT_ORDER
, your rules are evaluated in the exact order that they're listed in your Suricata rules string.
ruleOrder
- Indicates how to manage the order of the rule evaluation for the rule group. By default, Network Firewall
leaves the rule evaluation order up to the Suricata rule processing engine. If you set this to
STRICT_ORDER
, your rules are evaluated in the exact order that they're listed in your
Suricata rules string.RuleOrder
public String toString()
toString
in class Object
Object.toString()
public StatefulRuleOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.