Interface WebACLUpdate.Builder

    • Method Detail

      • action

        WebACLUpdate.Builder action​(String action)

        Specifies whether to insert a Rule into or delete a Rule from a WebACL .

        Parameters:
        action - Specifies whether to insert a Rule into or delete a Rule from a WebACL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeAction, ChangeAction
      • action

        WebACLUpdate.Builder action​(ChangeAction action)

        Specifies whether to insert a Rule into or delete a Rule from a WebACL .

        Parameters:
        action - Specifies whether to insert a Rule into or delete a Rule from a WebACL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeAction, ChangeAction
      • activatedRule

        WebACLUpdate.Builder activatedRule​(ActivatedRule activatedRule)

        The ActivatedRule object in an UpdateWebACL request specifies a Rule that you want to insert or delete, the priority of the Rule in the WebACL, and the action that you want AWS WAF to take when a web request matches the Rule (ALLOW, BLOCK, or COUNT).

        Parameters:
        activatedRule - The ActivatedRule object in an UpdateWebACL request specifies a Rule that you want to insert or delete, the priority of the Rule in the WebACL, and the action that you want AWS WAF to take when a web request matches the Rule ( ALLOW, BLOCK, or COUNT).
        Returns:
        Returns a reference to this object so that method calls can be chained together.