Interface NodeInputPort.Builder

    • Method Detail

      • defaultValue

        NodeInputPort.Builder defaultValue​(String defaultValue)

        The input port's default value.

        Parameters:
        defaultValue - The input port's default value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        NodeInputPort.Builder description​(String description)

        The input port's description.

        Parameters:
        description - The input port's description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxConnections

        NodeInputPort.Builder maxConnections​(Integer maxConnections)

        The input port's max connections.

        Parameters:
        maxConnections - The input port's max connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        NodeInputPort.Builder name​(String name)

        The input port's name.

        Parameters:
        name - The input port's name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        NodeInputPort.Builder type​(String type)

        The input port's type.

        Parameters:
        type - The input port's type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PortType, PortType
      • type

        NodeInputPort.Builder type​(PortType type)

        The input port's type.

        Parameters:
        type - The input port's type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PortType, PortType