Struct aws_sdk_networkfirewall::model::stateful_rule_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for StatefulRuleOptions
Implementations
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.
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.
Consumes the builder and constructs a StatefulRuleOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more