Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeOutputEvent.Builder
-
Packages that use NodeOutputEvent.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeOutputEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeOutputEvent.Builder Modifier and Type Method Description static NodeOutputEvent.BuilderNodeOutputEvent. builder()NodeOutputEvent.BuilderNodeOutputEvent.Builder. fields(Collection<NodeOutputField> fields)A list of output fields produced by the node.NodeOutputEvent.BuilderNodeOutputEvent.Builder. fields(Consumer<NodeOutputField.Builder>... fields)A list of output fields produced by the node.NodeOutputEvent.BuilderNodeOutputEvent.Builder. fields(NodeOutputField... fields)A list of output fields produced by the node.NodeOutputEvent.BuilderNodeOutputEvent.Builder. nodeName(String nodeName)The name of the node that produced the outputs.NodeOutputEvent.BuilderNodeOutputEvent.Builder. timestamp(Instant timestamp)The timestamp when the outputs were produced by the node.NodeOutputEvent.BuilderNodeOutputEvent. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeOutputEvent.Builder Modifier and Type Method Description static Class<? extends NodeOutputEvent.Builder>NodeOutputEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type NodeOutputEvent.Builder Modifier and Type Method Description static FlowExecutionEventFlowExecutionEvent. fromNodeOutputEvent(Consumer<NodeOutputEvent.Builder> nodeOutputEvent)Create an instance of this class withFlowExecutionEvent.nodeOutputEvent()initialized to the given value.default FlowExecutionEvent.BuilderFlowExecutionEvent.Builder. nodeOutputEvent(Consumer<NodeOutputEvent.Builder> nodeOutputEvent)Contains information about the outputs produced by a specific node during execution.
-