Interface StatelessRuleGroupReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StatelessRuleGroupReference.Builder,
,StatelessRuleGroupReference> SdkBuilder<StatelessRuleGroupReference.Builder,
,StatelessRuleGroupReference> SdkPojo
- Enclosing class:
StatelessRuleGroupReference
public static interface StatelessRuleGroupReference.Builder
extends SdkPojo, CopyableBuilder<StatelessRuleGroupReference.Builder,StatelessRuleGroupReference>
-
Method Summary
Modifier and TypeMethodDescriptionAn integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the stateless rule group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceArn
The Amazon Resource Name (ARN) of the stateless rule group.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the stateless rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
- Parameters:
priority
- An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-