Interface UnfulfilledNodeInputFlowValidationDetails.Builder

    • Method Detail

      • node

        UnfulfilledNodeInputFlowValidationDetails.Builder node​(String node)

        The name of the node containing the unfulfilled input.

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

        UnfulfilledNodeInputFlowValidationDetails.Builder input​(String input)

        The name of the unfulfilled input. An input is unfulfilled if there are no data connections to it.

        Parameters:
        input - The name of the unfulfilled input. An input is unfulfilled if there are no data connections to it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.