public static interface NodeInputPort.Builder extends SdkPojo, CopyableBuilder<NodeInputPort.Builder,NodeInputPort>
| Modifier and Type | Method and Description |
|---|---|
NodeInputPort.Builder |
defaultValue(String defaultValue)
The input port's default value.
|
NodeInputPort.Builder |
description(String description)
The input port's description.
|
NodeInputPort.Builder |
maxConnections(Integer maxConnections)
The input port's max connections.
|
NodeInputPort.Builder |
name(String name)
The input port's name.
|
NodeInputPort.Builder |
type(PortType type)
The input port's type.
|
NodeInputPort.Builder |
type(String type)
The input port's type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodeInputPort.Builder defaultValue(String defaultValue)
The input port's default value.
defaultValue - The input port's default value.NodeInputPort.Builder description(String description)
The input port's description.
description - The input port's description.NodeInputPort.Builder maxConnections(Integer maxConnections)
The input port's max connections.
maxConnections - The input port's max connections.NodeInputPort.Builder name(String name)
The input port's name.
name - The input port's name.NodeInputPort.Builder type(String type)
The input port's type.
NodeInputPort.Builder type(PortType type)
The input port's type.
Copyright © 2023. All rights reserved.