Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeInputExecutionChainItem.Builder
-
Packages that use NodeInputExecutionChainItem.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeInputExecutionChainItem.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeInputExecutionChainItem.Builder Modifier and Type Method Description static NodeInputExecutionChainItem.BuilderNodeInputExecutionChainItem. builder()NodeInputExecutionChainItem.BuilderNodeInputExecutionChainItem.Builder. index(Integer index)The index position of this item in the execution chain.NodeInputExecutionChainItem.BuilderNodeInputExecutionChainItem.Builder. nodeName(String nodeName)The name of the node in the execution chain.NodeInputExecutionChainItem.BuilderNodeInputExecutionChainItem. toBuilder()NodeInputExecutionChainItem.BuilderNodeInputExecutionChainItem.Builder. type(String type)The type of execution chain item.NodeInputExecutionChainItem.BuilderNodeInputExecutionChainItem.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 NodeInputExecutionChainItem.Builder Modifier and Type Method Description static Class<? extends NodeInputExecutionChainItem.Builder>NodeInputExecutionChainItem. serializableBuilderClass()
-