Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.SystemTool.Builder
-
Packages that use SystemTool.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of SystemTool.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SystemTool.Builder Modifier and Type Method Description static SystemTool.BuilderSystemTool. builder()SystemTool.BuilderSystemTool.Builder. name(String name)The name of the system-defined tool that you want to call.SystemTool.BuilderSystemTool. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type SystemTool.Builder Modifier and Type Method Description static Class<? extends SystemTool.Builder>SystemTool. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type SystemTool.Builder Modifier and Type Method Description static ToolTool. fromSystemTool(Consumer<SystemTool.Builder> systemTool)Create an instance of this class withTool.systemTool()initialized to the given value.default Tool.BuilderTool.Builder. systemTool(Consumer<SystemTool.Builder> systemTool)Specifies the system-defined tool that you want use.
-