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
Modifier and TypeMethodDescriptiondefaultValue
(String defaultValue) The input port's default value.description
(String description) The input port's description.maxConnections
(Integer maxConnections) The input port's max connections.The input port's name.The input port's 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 Details
-
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
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
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:
-