Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.Tool.Builder
Packages that use Tool.Builder
-
Uses of Tool.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return Tool.BuilderModifier and TypeMethodDescriptionstatic Tool.BuilderTool.builder()default Tool.BuilderTool.Builder.cachePoint(Consumer<CachePointBlock.Builder> cachePoint) Creates a cache checkpoint within a tool designationTool.Builder.cachePoint(CachePointBlock cachePoint) Creates a cache checkpoint within a tool designationTool.toBuilder()default Tool.BuilderTool.Builder.toolSpec(Consumer<ToolSpecification.Builder> toolSpec) The specification for the tool.Tool.Builder.toolSpec(ToolSpecification toolSpec) The specification for the tool.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type Tool.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Tool.Builder>Tool.serializableBuilderClass()