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 Details

    • 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

      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.