Interface NodeInputExecutionChainItem.Builder

  • Method Details

    • nodeName

      The name of the node in the execution chain.

      Parameters:
      nodeName - The name of the node in the execution chain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • index

      The index position of this item in the execution chain.

      Parameters:
      index - The index position of this item in the execution chain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of execution chain item. Supported values are Iterator and Loop.

      Parameters:
      type - The type of execution chain item. Supported values are Iterator and Loop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of execution chain item. Supported values are Iterator and Loop.

      Parameters:
      type - The type of execution chain item. Supported values are Iterator and Loop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: