Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionError.Builder
-
Packages that use FlowExecutionError.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowExecutionError.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionError.Builder Modifier and Type Method Description static FlowExecutionError.BuilderFlowExecutionError. builder()FlowExecutionError.BuilderFlowExecutionError.Builder. error(String error)The error code for the type of error that occurred.FlowExecutionError.BuilderFlowExecutionError.Builder. error(FlowExecutionErrorType error)The error code for the type of error that occurred.FlowExecutionError.BuilderFlowExecutionError.Builder. message(String message)A descriptive message that provides details about the error.FlowExecutionError.BuilderFlowExecutionError.Builder. nodeName(String nodeName)The name of the node in the flow where the error occurred (if applicable).FlowExecutionError.BuilderFlowExecutionError. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowExecutionError.Builder Modifier and Type Method Description static Class<? extends FlowExecutionError.Builder>FlowExecutionError. serializableBuilderClass()
-