Interface NodeInputExecutionChainItem.Builder

    • Method Detail

      • nodeName

        NodeInputExecutionChainItem.Builder nodeName​(String 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

        NodeInputExecutionChainItem.Builder index​(Integer 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.