Interface NodeInputPort.Builder

  • Method Details

    • 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

      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

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