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