Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeInputExecutionChainItem.Builder
-
Packages that use FlowTraceNodeInputExecutionChainItem.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowTraceNodeInputExecutionChainItem.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowTraceNodeInputExecutionChainItem.Builder Modifier and Type Method Description static FlowTraceNodeInputExecutionChainItem.BuilderFlowTraceNodeInputExecutionChainItem. builder()FlowTraceNodeInputExecutionChainItem.BuilderFlowTraceNodeInputExecutionChainItem.Builder. index(Integer index)The index position of this item in the execution chain.FlowTraceNodeInputExecutionChainItem.BuilderFlowTraceNodeInputExecutionChainItem.Builder. nodeName(String nodeName)The name of the node in the execution chain.FlowTraceNodeInputExecutionChainItem.BuilderFlowTraceNodeInputExecutionChainItem. toBuilder()FlowTraceNodeInputExecutionChainItem.BuilderFlowTraceNodeInputExecutionChainItem.Builder. type(String type)The type of execution chain item.FlowTraceNodeInputExecutionChainItem.BuilderFlowTraceNodeInputExecutionChainItem.Builder. type(FlowControlNodeType type)The type of execution chain item.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowTraceNodeInputExecutionChainItem.Builder Modifier and Type Method Description static Class<? extends FlowTraceNodeInputExecutionChainItem.Builder>FlowTraceNodeInputExecutionChainItem. serializableBuilderClass()
-