Interface FlowDataConnectionConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FlowDataConnectionConfiguration.Builder,FlowDataConnectionConfiguration>, SdkBuilder<FlowDataConnectionConfiguration.Builder,FlowDataConnectionConfiguration>, SdkPojo
Enclosing class:
FlowDataConnectionConfiguration

public static interface FlowDataConnectionConfiguration.Builder extends SdkPojo, CopyableBuilder<FlowDataConnectionConfiguration.Builder,FlowDataConnectionConfiguration>
  • Method Details

    • 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

      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.