Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeActionEvent.Builder
Packages that use NodeActionEvent.Builder
-
Uses of NodeActionEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeActionEvent.BuilderModifier and TypeMethodDescriptionstatic NodeActionEvent.BuilderNodeActionEvent.builder()The name of the node that called the operation.NodeActionEvent.Builder.operationName(String operationName) The name of the operation that the node called.NodeActionEvent.Builder.operationRequest(Document operationRequest) The request payload sent to the downstream service.NodeActionEvent.Builder.operationResponse(Document operationResponse) The response payload received from the downstream service.The ID of the request that the node made to the operation.NodeActionEvent.Builder.serviceName(String serviceName) The name of the service that the node called.The date and time that the operation was called.NodeActionEvent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeActionEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NodeActionEvent.Builder>NodeActionEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type NodeActionEvent.BuilderModifier and TypeMethodDescriptionstatic FlowExecutionEventFlowExecutionEvent.fromNodeActionEvent(Consumer<NodeActionEvent.Builder> nodeActionEvent) Create an instance of this class withFlowExecutionEvent.nodeActionEvent()initialized to the given value.default FlowExecutionEvent.BuilderFlowExecutionEvent.Builder.nodeActionEvent(Consumer<NodeActionEvent.Builder> nodeActionEvent) Contains information about an action (operation) called by a node during execution.