| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
StatefulRule.Builder |
StatefulRule.Builder.action(StatefulAction action)
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful
rule criteria.
|
StatefulRule.Builder |
StatefulRule.Builder.action(String action)
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful
rule criteria.
|
static StatefulRule.Builder |
StatefulRule.builder() |
default StatefulRule.Builder |
StatefulRule.Builder.header(Consumer<Header.Builder> header)
The stateful inspection criteria for this rule, used to inspect traffic flows.
|
StatefulRule.Builder |
StatefulRule.Builder.header(Header header)
The stateful inspection criteria for this rule, used to inspect traffic flows.
|
StatefulRule.Builder |
StatefulRule.Builder.ruleOptions(Collection<RuleOption> ruleOptions)
Additional options for the rule.
|
StatefulRule.Builder |
StatefulRule.Builder.ruleOptions(Consumer<RuleOption.Builder>... ruleOptions)
Additional options for the rule.
|
StatefulRule.Builder |
StatefulRule.Builder.ruleOptions(RuleOption... ruleOptions)
Additional options for the rule.
|
StatefulRule.Builder |
StatefulRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StatefulRule.Builder> |
StatefulRule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.