Interface WafOverrideAction.Builder

    • Method Detail

      • type

        WafOverrideAction.Builder type​(String type)

        COUNT overrides the action specified by the individual rule within a RuleGroup . If set to NONE, the rule's action will take place.

        Parameters:
        type - COUNT overrides the action specified by the individual rule within a RuleGroup . If set to NONE, the rule's action will take place.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WafOverrideActionType, WafOverrideActionType
      • type

        WafOverrideAction.Builder type​(WafOverrideActionType type)

        COUNT overrides the action specified by the individual rule within a RuleGroup . If set to NONE, the rule's action will take place.

        Parameters:
        type - COUNT overrides the action specified by the individual rule within a RuleGroup . If set to NONE, the rule's action will take place.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WafOverrideActionType, WafOverrideActionType