| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FlowValidation |
FlowValidation.clone() |
FlowValidation |
FlowValidation.withMessage(String message)
A message describing the validation error.
|
FlowValidation |
FlowValidation.withSeverity(FlowValidationSeverity severity)
The severity of the issue described in the message.
|
FlowValidation |
FlowValidation.withSeverity(String severity)
The severity of the issue described in the message.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowValidation> |
GetFlowResult.getValidations()
A list of validation error messages related to the last failed operation on the flow.
|
| Modifier and Type | Method and Description |
|---|---|
GetFlowResult |
GetFlowResult.withValidations(FlowValidation... validations)
A list of validation error messages related to the last failed operation on the flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFlowResult.setValidations(Collection<FlowValidation> validations)
A list of validation error messages related to the last failed operation on the flow.
|
GetFlowResult |
GetFlowResult.withValidations(Collection<FlowValidation> validations)
A list of validation error messages related to the last failed operation on the flow.
|
Copyright © 2024. All rights reserved.