Interface AutomatedReasoningPolicyDefinitionRule.Builder

  • Method Details

    • id

      The unique identifier of the rule within the policy.

      Parameters:
      id - The unique identifier of the rule within the policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expression

      The formal logic expression of the rule.

      Parameters:
      expression - The formal logic expression of the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alternateExpression

      AutomatedReasoningPolicyDefinitionRule.Builder alternateExpression(String alternateExpression)

      The human-readable form of the rule expression, often in natural language or simplified notation.

      Parameters:
      alternateExpression - The human-readable form of the rule expression, often in natural language or simplified notation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.