Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.MalformedNodeInputExpressionFlowValidationDetails.Builder
Packages that use MalformedNodeInputExpressionFlowValidationDetails.Builder
-
Uses of MalformedNodeInputExpressionFlowValidationDetails.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return MalformedNodeInputExpressionFlowValidationDetails.BuilderModifier and TypeMethodDescriptionMalformedNodeInputExpressionFlowValidationDetails.builder()The error message describing why the input expression is malformed.The name of the input with the malformed expression.The name of the node containing the malformed input expression.MalformedNodeInputExpressionFlowValidationDetails.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type MalformedNodeInputExpressionFlowValidationDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MalformedNodeInputExpressionFlowValidationDetails.Builder>MalformedNodeInputExpressionFlowValidationDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type MalformedNodeInputExpressionFlowValidationDetails.BuilderModifier and TypeMethodDescriptionstatic FlowValidationDetailsFlowValidationDetails.fromMalformedNodeInputExpression(Consumer<MalformedNodeInputExpressionFlowValidationDetails.Builder> malformedNodeInputExpression) Create an instance of this class withFlowValidationDetails.malformedNodeInputExpression()initialized to the given value.default FlowValidationDetails.BuilderFlowValidationDetails.Builder.malformedNodeInputExpression(Consumer<MalformedNodeInputExpressionFlowValidationDetails.Builder> malformedNodeInputExpression) Details about a malformed input expression in a node.