Interface RuleActionOverride.Builder

    • Method Detail

      • name

        RuleActionOverride.Builder name​(String name)

        The name of the rule to override.

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

        RuleActionOverride.Builder actionToUse​(RuleAction actionToUse)

        The override action to use, in place of the configured action of the rule in the rule group.

        Parameters:
        actionToUse - The override action to use, in place of the configured action of the rule in the rule group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.