Interface NodeOutputPort.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NodeOutputPort.Builder,
,NodeOutputPort> SdkBuilder<NodeOutputPort.Builder,
,NodeOutputPort> SdkPojo
- Enclosing class:
NodeOutputPort
@Mutable
@NotThreadSafe
public static interface NodeOutputPort.Builder
extends SdkPojo, CopyableBuilder<NodeOutputPort.Builder,NodeOutputPort>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The output port's description.The output port's name.The output port's 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
The output port's type.
- Parameters:
type
- The output port's type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The output port's type.
- Parameters:
type
- The output port's type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-