Interface MismatchedNodeOutputTypeFlowValidationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MismatchedNodeOutputTypeFlowValidationDetails.Builder,,MismatchedNodeOutputTypeFlowValidationDetails> SdkBuilder<MismatchedNodeOutputTypeFlowValidationDetails.Builder,,MismatchedNodeOutputTypeFlowValidationDetails> SdkPojo
- Enclosing class:
- MismatchedNodeOutputTypeFlowValidationDetails
@Mutable
@NotThreadSafe
public static interface MismatchedNodeOutputTypeFlowValidationDetails.Builder
extends SdkPojo, CopyableBuilder<MismatchedNodeOutputTypeFlowValidationDetails.Builder,MismatchedNodeOutputTypeFlowValidationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionexpectedType(String expectedType) The expected data type for the node output.expectedType(FlowNodeIODataType expectedType) The expected data type for the node output.The name of the node containing the output with the mismatched data type.The name of the output 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 output with the mismatched data type.
- Parameters:
node- The name of the node containing the output with the mismatched data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
output
The name of the output with the mismatched data type.
- Parameters:
output- The name of the output 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 output.
- Parameters:
expectedType- The expected data type for the node output.- 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 output.
- Parameters:
expectedType- The expected data type for the node output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-