public static interface NodeOutputPort.Builder extends SdkPojo, CopyableBuilder<NodeOutputPort.Builder,NodeOutputPort>
| Modifier and Type | Method and Description |
|---|---|
NodeOutputPort.Builder |
description(String description)
The output port's description.
|
NodeOutputPort.Builder |
name(String name)
The output port's name.
|
NodeOutputPort.Builder |
type(PortType type)
The output port's type.
|
NodeOutputPort.Builder |
type(String type)
The output port's type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodeOutputPort.Builder description(String description)
The output port's description.
description - The output port's description.NodeOutputPort.Builder name(String name)
The output port's name.
name - The output port's name.NodeOutputPort.Builder type(String type)
The output port's type.
NodeOutputPort.Builder type(PortType type)
The output port's type.
Copyright © 2023. All rights reserved.