public static interface RuleGroupSourceStatelessRuleDefinition.Builder extends SdkPojo, CopyableBuilder<RuleGroupSourceStatelessRuleDefinition.Builder,RuleGroupSourceStatelessRuleDefinition>
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceStatelessRuleDefinition.Builder |
actions(Collection<String> actions)
The actions to take on a packet that matches one of the stateless rule definition's match attributes.
|
RuleGroupSourceStatelessRuleDefinition.Builder |
actions(String... actions)
The actions to take on a packet that matches one of the stateless rule definition's match attributes.
|
default RuleGroupSourceStatelessRuleDefinition.Builder |
matchAttributes(Consumer<RuleGroupSourceStatelessRuleMatchAttributes.Builder> matchAttributes)
The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
|
RuleGroupSourceStatelessRuleDefinition.Builder |
matchAttributes(RuleGroupSourceStatelessRuleMatchAttributes matchAttributes)
The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleGroupSourceStatelessRuleDefinition.Builder actions(Collection<String> actions)
The actions to take on a packet that matches one of the stateless rule definition's match attributes. You
must specify a standard action (aws:pass, aws:drop, or
aws:forward_to_sfe). You can then add custom actions.
actions - The actions to take on a packet that matches one of the stateless rule definition's match attributes.
You must specify a standard action (aws:pass, aws:drop, or
aws:forward_to_sfe). You can then add custom actions.RuleGroupSourceStatelessRuleDefinition.Builder actions(String... actions)
The actions to take on a packet that matches one of the stateless rule definition's match attributes. You
must specify a standard action (aws:pass, aws:drop, or
aws:forward_to_sfe). You can then add custom actions.
actions - The actions to take on a packet that matches one of the stateless rule definition's match attributes.
You must specify a standard action (aws:pass, aws:drop, or
aws:forward_to_sfe). You can then add custom actions.RuleGroupSourceStatelessRuleDefinition.Builder matchAttributes(RuleGroupSourceStatelessRuleMatchAttributes matchAttributes)
The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
matchAttributes - The criteria for Network Firewall to use to inspect an individual packet in a stateless rule
inspection.default RuleGroupSourceStatelessRuleDefinition.Builder matchAttributes(Consumer<RuleGroupSourceStatelessRuleMatchAttributes.Builder> matchAttributes)
The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
This is a convenience method that creates an instance of theRuleGroupSourceStatelessRuleMatchAttributes.Builder avoiding the need to create one manually via
RuleGroupSourceStatelessRuleMatchAttributes.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
matchAttributes(RuleGroupSourceStatelessRuleMatchAttributes).
matchAttributes - a consumer that will call methods on RuleGroupSourceStatelessRuleMatchAttributes.BuildermatchAttributes(RuleGroupSourceStatelessRuleMatchAttributes)Copyright © 2023. All rights reserved.