Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.SystemTool.Builder
Packages that use SystemTool.Builder
-
Uses of SystemTool.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SystemTool.BuilderModifier and TypeMethodDescriptionstatic SystemTool.BuilderSystemTool.builder()The name of the system-defined tool that you want to call.SystemTool.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type SystemTool.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SystemTool.Builder>SystemTool.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type SystemTool.BuilderModifier and TypeMethodDescriptionstatic 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.