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 Details

    • 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.