Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.MismatchedNodeInputTypeFlowValidationDetails.Builder
Packages that use MismatchedNodeInputTypeFlowValidationDetails.Builder
-
Uses of MismatchedNodeInputTypeFlowValidationDetails.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return MismatchedNodeInputTypeFlowValidationDetails.BuilderModifier and TypeMethodDescriptionMismatchedNodeInputTypeFlowValidationDetails.builder()MismatchedNodeInputTypeFlowValidationDetails.Builder.expectedType(String expectedType) The expected data type for the node input.MismatchedNodeInputTypeFlowValidationDetails.Builder.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.MismatchedNodeInputTypeFlowValidationDetails.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type MismatchedNodeInputTypeFlowValidationDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MismatchedNodeInputTypeFlowValidationDetails.Builder>MismatchedNodeInputTypeFlowValidationDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type MismatchedNodeInputTypeFlowValidationDetails.BuilderModifier and TypeMethodDescriptionstatic FlowValidationDetailsFlowValidationDetails.fromMismatchedNodeInputType(Consumer<MismatchedNodeInputTypeFlowValidationDetails.Builder> mismatchedNodeInputType) Create an instance of this class withFlowValidationDetails.mismatchedNodeInputType()initialized to the given value.default FlowValidationDetails.BuilderFlowValidationDetails.Builder.mismatchedNodeInputType(Consumer<MismatchedNodeInputTypeFlowValidationDetails.Builder> mismatchedNodeInputType) Details about mismatched input data types in a node.