Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeInputEvent.Builder
Packages that use NodeInputEvent.Builder
-
Uses of NodeInputEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeInputEvent.BuilderModifier and TypeMethodDescriptionstatic NodeInputEvent.BuilderNodeInputEvent.builder()NodeInputEvent.Builder.fields(Collection<NodeInputField> fields) A list of input fields provided to the node.NodeInputEvent.Builder.fields(Consumer<NodeInputField.Builder>... fields) A list of input fields provided to the node.NodeInputEvent.Builder.fields(NodeInputField... fields) A list of input fields provided to the node.The name of the node that received the inputs.The timestamp when the inputs were provided to the node.NodeInputEvent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeInputEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NodeInputEvent.Builder>NodeInputEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type NodeInputEvent.BuilderModifier and TypeMethodDescriptionstatic 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.