Interface FlowInput.Builder

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

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

    • content

      Contains information about an input into the flow.

      Parameters:
      content - Contains information about an input into the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      Contains information about an input into the flow.

      This is a convenience method that creates an instance of the FlowInputContent.Builder avoiding the need to create one manually via FlowInputContent.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to content(FlowInputContent).

      Parameters:
      content - a consumer that will call methods on FlowInputContent.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nodeName

      FlowInput.Builder nodeName(String nodeName)

      A name for the input of the flow input node.

      Parameters:
      nodeName - A name for the input of the flow input node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeOutputName

      FlowInput.Builder nodeOutputName(String nodeOutputName)

      A name for the output of the flow input node.

      Parameters:
      nodeOutputName - A name for the output of the flow input node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.