Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FlowValidation.Builder
-
Packages that use FlowValidation.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowValidation.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowValidation.Builder Modifier and Type Method Description static FlowValidation.BuilderFlowValidation. builder()FlowValidation.BuilderFlowValidation.Builder. message(String message)A message describing the validation error.FlowValidation.BuilderFlowValidation.Builder. severity(String severity)The severity of the issue described in the message.FlowValidation.BuilderFlowValidation.Builder. severity(FlowValidationSeverity severity)The severity of the issue described in the message.FlowValidation.BuilderFlowValidation. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowValidation.Builder Modifier and Type Method Description static Class<? extends FlowValidation.Builder>FlowValidation. serializableBuilderClass()
-