Interface NodeOutputPort.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NodeOutputPort.Builder,NodeOutputPort>,SdkBuilder<NodeOutputPort.Builder,NodeOutputPort>,SdkPojo
- Enclosing class:
- NodeOutputPort
public static interface NodeOutputPort.Builder extends SdkPojo, CopyableBuilder<NodeOutputPort.Builder,NodeOutputPort>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeOutputPort.Builderdescription(String description)The output port's description.NodeOutputPort.Buildername(String name)The output port's name.NodeOutputPort.Buildertype(String type)The output port's type.NodeOutputPort.Buildertype(PortType type)The output port's type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
description
NodeOutputPort.Builder description(String description)
The output port's description.
- Parameters:
description- The output port's description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
NodeOutputPort.Builder name(String name)
The output port's name.
- Parameters:
name- The output port's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
NodeOutputPort.Builder type(String type)
The output port's type.
-
type
NodeOutputPort.Builder type(PortType type)
The output port's type.
-
-