Interface NodeInputExecutionChainItem.Builder

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

@Mutable @NotThreadSafe public static interface NodeInputExecutionChainItem.Builder extends SdkPojo, CopyableBuilder<NodeInputExecutionChainItem.Builder,NodeInputExecutionChainItem>
  • Method Details

    • 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.
    • 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.
    • 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: