Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowFailureEvent.Builder
-
Packages that use FlowFailureEvent.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowFailureEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowFailureEvent.Builder Modifier and Type Method Description static FlowFailureEvent.BuilderFlowFailureEvent. builder()FlowFailureEvent.BuilderFlowFailureEvent.Builder. errorCode(String errorCode)The error code that identifies the type of failure that occurred.FlowFailureEvent.BuilderFlowFailureEvent.Builder. errorCode(FlowErrorCode errorCode)The error code that identifies the type of failure that occurred.FlowFailureEvent.BuilderFlowFailureEvent.Builder. errorMessage(String errorMessage)A descriptive message that provides details about the failure.FlowFailureEvent.BuilderFlowFailureEvent.Builder. timestamp(Instant timestamp)The timestamp when the failure occurred.FlowFailureEvent.BuilderFlowFailureEvent. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowFailureEvent.Builder Modifier and Type Method Description static Class<? extends FlowFailureEvent.Builder>FlowFailureEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowFailureEvent.Builder Modifier and Type Method Description default 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.
-