Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FlowValidation.Builder
Packages that use FlowValidation.Builder
-
Uses of FlowValidation.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowValidation.BuilderModifier and TypeMethodDescriptionstatic FlowValidation.BuilderFlowValidation.builder()default FlowValidation.BuilderFlowValidation.Builder.details(Consumer<FlowValidationDetails.Builder> details) Specific details about the validation issue encountered in the flow.FlowValidation.Builder.details(FlowValidationDetails details) Specific details about the validation issue encountered in the flow.A message describing the validation error.The severity of the issue described in the message.FlowValidation.Builder.severity(FlowValidationSeverity severity) The severity of the issue described in the message.FlowValidation.toBuilder()The type of validation issue encountered in the flow.FlowValidation.Builder.type(FlowValidationType type) The type of validation issue encountered in the flow.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowValidation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowValidation.Builder>FlowValidation.serializableBuilderClass()