Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeActionEvent.Builder
-
Packages that use NodeActionEvent.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeActionEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeActionEvent.Builder Modifier and Type Method Description static NodeActionEvent.BuilderNodeActionEvent. builder()NodeActionEvent.BuilderNodeActionEvent.Builder. nodeName(String nodeName)The name of the node that called the operation.NodeActionEvent.BuilderNodeActionEvent.Builder. operationName(String operationName)The name of the operation that the node called.NodeActionEvent.BuilderNodeActionEvent.Builder. operationRequest(Document operationRequest)The request payload sent to the downstream service.NodeActionEvent.BuilderNodeActionEvent.Builder. operationResponse(Document operationResponse)The response payload received from the downstream service.NodeActionEvent.BuilderNodeActionEvent.Builder. requestId(String requestIdValue)The ID of the request that the node made to the operation.NodeActionEvent.BuilderNodeActionEvent.Builder. serviceName(String serviceName)The name of the service that the node called.NodeActionEvent.BuilderNodeActionEvent.Builder. timestamp(Instant timestamp)The date and time that the operation was called.NodeActionEvent.BuilderNodeActionEvent. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeActionEvent.Builder Modifier and Type Method Description static Class<? extends NodeActionEvent.Builder>NodeActionEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type NodeActionEvent.Builder Modifier and Type Method Description static 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.
-