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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatelessRuleGroupReference.Builderpriority(Integer priority)An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy.StatelessRuleGroupReference.BuilderresourceArn(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 Detail
-
resourceArn
StatelessRuleGroupReference.Builder resourceArn(String 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
StatelessRuleGroupReference.Builder priority(Integer 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.
-
-