| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
RuleDefinition.Builder |
RuleDefinition.Builder.actions(Collection<String> actions)
The actions to take on a packet that matches one of the stateless rule definition's match attributes.
|
RuleDefinition.Builder |
RuleDefinition.Builder.actions(String... actions)
The actions to take on a packet that matches one of the stateless rule definition's match attributes.
|
static RuleDefinition.Builder |
RuleDefinition.builder() |
default RuleDefinition.Builder |
RuleDefinition.Builder.matchAttributes(Consumer<MatchAttributes.Builder> matchAttributes)
Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection.
|
RuleDefinition.Builder |
RuleDefinition.Builder.matchAttributes(MatchAttributes matchAttributes)
Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection.
|
RuleDefinition.Builder |
RuleDefinition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuleDefinition.Builder> |
RuleDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StatelessRule.Builder |
StatelessRule.Builder.ruleDefinition(Consumer<RuleDefinition.Builder> ruleDefinition)
Defines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the
criteria.
|
Copyright © 2023. All rights reserved.