Interface FlowNodeOutput.Builder

    • Method Detail

      • name

        FlowNodeOutput.Builder name​(String name)

        A name for the output that you can reference.

        Parameters:
        name - A name for the output that you can reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        FlowNodeOutput.Builder type​(String type)

        The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.

        Parameters:
        type - The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowNodeIODataType, FlowNodeIODataType
      • type

        FlowNodeOutput.Builder type​(FlowNodeIODataType type)

        The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.

        Parameters:
        type - The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowNodeIODataType, FlowNodeIODataType