Interface UnknownNodeInputFlowValidationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UnknownNodeInputFlowValidationDetails.Builder,
,UnknownNodeInputFlowValidationDetails> SdkBuilder<UnknownNodeInputFlowValidationDetails.Builder,
,UnknownNodeInputFlowValidationDetails> SdkPojo
- Enclosing class:
UnknownNodeInputFlowValidationDetails
@Mutable
@NotThreadSafe
public static interface UnknownNodeInputFlowValidationDetails.Builder
extends SdkPojo, CopyableBuilder<UnknownNodeInputFlowValidationDetails.Builder,UnknownNodeInputFlowValidationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the node with the unknown input.The name of the unknown input.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
-
input
The name of the node with the unknown input.
- Parameters:
input
- The name of the node with the unknown input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
node
The name of the unknown input.
- Parameters:
node
- The name of the unknown input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-