Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeFailureEvent.Builder
Packages that use NodeFailureEvent.Builder
-
Uses of NodeFailureEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeFailureEvent.BuilderModifier and TypeMethodDescriptionstatic NodeFailureEvent.BuilderNodeFailureEvent.builder()The error code that identifies the type of failure that occurred at the node.NodeFailureEvent.Builder.errorCode(NodeErrorCode errorCode) The error code that identifies the type of failure that occurred at the node.NodeFailureEvent.Builder.errorMessage(String errorMessage) A descriptive message that provides details about the node failure.The name of the node where the failure occurred.The timestamp when the node failure occurred.NodeFailureEvent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeFailureEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NodeFailureEvent.Builder>NodeFailureEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type NodeFailureEvent.BuilderModifier and TypeMethodDescriptionstatic FlowExecutionEventFlowExecutionEvent.fromNodeFailureEvent(Consumer<NodeFailureEvent.Builder> nodeFailureEvent) Create an instance of this class withFlowExecutionEvent.nodeFailureEvent()initialized to the given value.default FlowExecutionEvent.BuilderFlowExecutionEvent.Builder.nodeFailureEvent(Consumer<NodeFailureEvent.Builder> nodeFailureEvent) Contains information about a failure that occurred at a specific node during execution.