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