Interface FlowDataConnectionConfiguration.Builder

    • Method Detail

      • sourceOutput

        FlowDataConnectionConfiguration.Builder sourceOutput​(String sourceOutput)

        The name of the output in the source node that the connection begins from.

        Parameters:
        sourceOutput - The name of the output in the source node that the connection begins from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetInput

        FlowDataConnectionConfiguration.Builder targetInput​(String targetInput)

        The name of the input in the target node that the connection ends at.

        Parameters:
        targetInput - The name of the input in the target node that the connection ends at.
        Returns:
        Returns a reference to this object so that method calls can be chained together.