Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowFailureEvent.Builder
Packages that use FlowFailureEvent.Builder
-
Uses of FlowFailureEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowFailureEvent.BuilderModifier and TypeMethodDescriptionstatic FlowFailureEvent.BuilderFlowFailureEvent.builder()The error code that identifies the type of failure that occurred.FlowFailureEvent.Builder.errorCode(FlowErrorCode errorCode) The error code that identifies the type of failure that occurred.FlowFailureEvent.Builder.errorMessage(String errorMessage) A descriptive message that provides details about the failure.The timestamp when the failure occurred.FlowFailureEvent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowFailureEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowFailureEvent.Builder>FlowFailureEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowFailureEvent.BuilderModifier and TypeMethodDescriptiondefault FlowExecutionEvent.BuilderFlowExecutionEvent.Builder.flowFailureEvent(Consumer<FlowFailureEvent.Builder> flowFailureEvent) Contains information about a failure that occurred at the flow level during execution.static FlowExecutionEventFlowExecutionEvent.fromFlowFailureEvent(Consumer<FlowFailureEvent.Builder> flowFailureEvent) Create an instance of this class withFlowExecutionEvent.flowFailureEvent()initialized to the given value.