Interface FlowNodeOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowNodeOutput.Builder,
,FlowNodeOutput> SdkBuilder<FlowNodeOutput.Builder,
,FlowNodeOutput> SdkPojo
- Enclosing class:
FlowNodeOutput
@Mutable
@NotThreadSafe
public static interface FlowNodeOutput.Builder
extends SdkPojo, CopyableBuilder<FlowNodeOutput.Builder,FlowNodeOutput>
-
Method Summary
Modifier and TypeMethodDescriptionA name for the output that you can reference.The data type of the output.type
(FlowNodeIODataType type) The data type of the output.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
-
name
A name for the output that you can reference.
- Parameters:
name
- A name for the output that you can reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
- Parameters:
type
- The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
- Parameters:
type
- The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-