Interface MalformedNodeInputExpressionFlowValidationDetails.Builder

  • Method Details

    • cause

      The error message describing why the input expression is malformed.

      Parameters:
      causeValue - The error message describing why the input expression is malformed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • input

      The name of the input with the malformed expression.

      Parameters:
      input - The name of the input with the malformed expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • node

      The name of the node containing the malformed input expression.

      Parameters:
      node - The name of the node containing the malformed input expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.