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