Interface ScriptRuleStatement.Builder

  • Method Details

    • keyToMatch

      ScriptRuleStatement.Builder keyToMatch(String keyToMatch)

      Key name to match against in the script rule evaluation.

      Parameters:
      keyToMatch - Key name to match against in the script rule evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • script

      Script code used to evaluate the rule condition.

      Parameters:
      script - Script code used to evaluate the rule condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.