Interface RuleSummary.Builder

    • Method Detail

      • name

        RuleSummary.Builder name​(String name)

        The name of the rule.

        Parameters:
        name - The name of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • action

        RuleSummary.Builder action​(RuleAction action)

        The action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.

        Parameters:
        action - The action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.