Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.Tool.Builder
Packages that use Tool.Builder
-
Uses of Tool.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return Tool.BuilderModifier and TypeMethodDescriptionstatic Tool.BuilderTool.builder()default Tool.BuilderTool.Builder.cachePoint(Consumer<CachePointBlock.Builder> cachePoint) CachePoint to include in the tool configuration.Tool.Builder.cachePoint(CachePointBlock cachePoint) CachePoint to include in the tool configuration.default Tool.BuilderTool.Builder.systemTool(Consumer<SystemTool.Builder> systemTool) Specifies the system-defined tool that you want use.Tool.Builder.systemTool(SystemTool systemTool) Specifies the system-defined tool that you want use.Tool.toBuilder()default Tool.BuilderTool.Builder.toolSpec(Consumer<ToolSpecification.Builder> toolSpec) The specfication for the tool.Tool.Builder.toolSpec(ToolSpecification toolSpec) The specfication for the tool.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type Tool.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Tool.Builder>Tool.serializableBuilderClass()