Interface MismatchedNodeInputTypeFlowValidationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MismatchedNodeInputTypeFlowValidationDetails.Builder,,MismatchedNodeInputTypeFlowValidationDetails> SdkBuilder<MismatchedNodeInputTypeFlowValidationDetails.Builder,,MismatchedNodeInputTypeFlowValidationDetails> SdkPojo
- Enclosing class:
- MismatchedNodeInputTypeFlowValidationDetails
@Mutable
@NotThreadSafe
public static interface MismatchedNodeInputTypeFlowValidationDetails.Builder
extends SdkPojo, CopyableBuilder<MismatchedNodeInputTypeFlowValidationDetails.Builder,MismatchedNodeInputTypeFlowValidationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionexpectedType(String expectedType) The expected data type for the node input.expectedType(FlowNodeIODataType expectedType) The expected data type for the node input.The name of the input with the mismatched data type.The name of the node containing the input with the mismatched data type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
node
The name of the node containing the input with the mismatched data type.
- Parameters:
node- The name of the node containing the input with the mismatched data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
input
The name of the input with the mismatched data type.
- Parameters:
input- The name of the input with the mismatched data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedType
The expected data type for the node input.
- Parameters:
expectedType- The expected data type for the node input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
expectedType
The expected data type for the node input.
- Parameters:
expectedType- The expected data type for the node input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-