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