Interface StatefulRuleGroupOverride.Builder

    • Method Detail

      • action

        StatefulRuleGroupOverride.Builder action​(String action)

        The action that changes the rule group from DROP to ALERT. This only applies to managed rule groups.

        Parameters:
        action - The action that changes the rule group from DROP to ALERT. This only applies to managed rule groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OverrideAction, OverrideAction
      • action

        StatefulRuleGroupOverride.Builder action​(OverrideAction action)

        The action that changes the rule group from DROP to ALERT. This only applies to managed rule groups.

        Parameters:
        action - The action that changes the rule group from DROP to ALERT. This only applies to managed rule groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OverrideAction, OverrideAction