Interface RuleUpdate.Builder

    • Method Detail

      • action

        RuleUpdate.Builder action​(String action)

        Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

        Parameters:
        action - Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeAction, ChangeAction
      • action

        RuleUpdate.Builder action​(ChangeAction action)

        Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

        Parameters:
        action - Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeAction, ChangeAction
      • predicate

        RuleUpdate.Builder predicate​(Predicate predicate)

        The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

        Parameters:
        predicate - The ID of the Predicate (such as an IPSet) that you want to add to a Rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.