Interface NodeInputPort.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NodeInputPort.Builder,NodeInputPort>,SdkBuilder<NodeInputPort.Builder,NodeInputPort>,SdkPojo
- Enclosing class:
- NodeInputPort
public static interface NodeInputPort.Builder extends SdkPojo, CopyableBuilder<NodeInputPort.Builder,NodeInputPort>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeInputPort.BuilderdefaultValue(String defaultValue)The input port's default value.NodeInputPort.Builderdescription(String description)The input port's description.NodeInputPort.BuildermaxConnections(Integer maxConnections)The input port's max connections.NodeInputPort.Buildername(String name)The input port's name.NodeInputPort.Buildertype(String type)The input port's type.NodeInputPort.Buildertype(PortType type)The input 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
-
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.
-
type
NodeInputPort.Builder type(PortType type)
The input port's type.
-
-