Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeDependencyEvent.Builder
-
Packages that use NodeDependencyEvent.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeDependencyEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeDependencyEvent.Builder Modifier and Type Method Description static NodeDependencyEvent.BuilderNodeDependencyEvent. builder()NodeDependencyEvent.BuilderNodeDependencyEvent.Builder. nodeName(String nodeName)The name of the node that generated the dependency trace.NodeDependencyEvent.BuilderNodeDependencyEvent.Builder. timestamp(Instant timestamp)The date and time that the dependency trace was generated.NodeDependencyEvent.BuilderNodeDependencyEvent. toBuilder()default NodeDependencyEvent.BuilderNodeDependencyEvent.Builder. traceElements(Consumer<NodeTraceElements.Builder> traceElements)The trace elements containing detailed information about the node execution.NodeDependencyEvent.BuilderNodeDependencyEvent.Builder. traceElements(NodeTraceElements traceElements)The trace elements containing detailed information about the node execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeDependencyEvent.Builder Modifier and Type Method Description static Class<? extends NodeDependencyEvent.Builder>NodeDependencyEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type NodeDependencyEvent.Builder Modifier and Type Method Description static FlowExecutionEventFlowExecutionEvent. fromNodeDependencyEvent(Consumer<NodeDependencyEvent.Builder> nodeDependencyEvent)Create an instance of this class withFlowExecutionEvent.nodeDependencyEvent()initialized to the given value.default FlowExecutionEvent.BuilderFlowExecutionEvent.Builder. nodeDependencyEvent(Consumer<NodeDependencyEvent.Builder> nodeDependencyEvent)Contains information about an internal trace of a specific node during execution.
-