Interface StatelessRuleGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StatelessRuleGroup.Builder,StatelessRuleGroup>,SdkBuilder<StatelessRuleGroup.Builder,StatelessRuleGroup>,SdkPojo
- Enclosing class:
- StatelessRuleGroup
public static interface StatelessRuleGroup.Builder extends SdkPojo, CopyableBuilder<StatelessRuleGroup.Builder,StatelessRuleGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatelessRuleGroup.Builderpriority(Integer priority)The priority of the rule group.StatelessRuleGroup.BuilderresourceId(String resourceId)The resource ID of the rule group.StatelessRuleGroup.BuilderruleGroupName(String ruleGroupName)The name of the 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
-
ruleGroupName
StatelessRuleGroup.Builder ruleGroupName(String ruleGroupName)
The name of the rule group.
- Parameters:
ruleGroupName- The name of the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
StatelessRuleGroup.Builder resourceId(String resourceId)
The resource ID of the rule group.
- Parameters:
resourceId- The resource ID of the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
StatelessRuleGroup.Builder priority(Integer priority)
The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.
- Parameters:
priority- The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-