Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CachePointBlock.Builder
-
Packages that use CachePointBlock.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of CachePointBlock.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CachePointBlock.Builder Modifier and Type Method Description static CachePointBlock.BuilderCachePointBlock. builder()CachePointBlock.BuilderCachePointBlock. toBuilder()CachePointBlock.BuilderCachePointBlock.Builder. type(String type)Indicates that the CachePointBlock is of the default typeCachePointBlock.BuilderCachePointBlock.Builder. type(CachePointType type)Indicates that the CachePointBlock is of the default typeMethods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CachePointBlock.Builder Modifier and Type Method Description static Class<? extends CachePointBlock.Builder>CachePointBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type CachePointBlock.Builder Modifier and Type Method Description default ContentBlock.BuilderContentBlock.Builder. cachePoint(Consumer<CachePointBlock.Builder> cachePoint)Creates a cache checkpoint within a message.default SystemContentBlock.BuilderSystemContentBlock.Builder. cachePoint(Consumer<CachePointBlock.Builder> cachePoint)Creates a cache checkpoint within a tool designationdefault TextPromptTemplateConfiguration.BuilderTextPromptTemplateConfiguration.Builder. cachePoint(Consumer<CachePointBlock.Builder> cachePoint)A cache checkpoint within a template configuration.default Tool.BuilderTool.Builder. cachePoint(Consumer<CachePointBlock.Builder> cachePoint)Creates a cache checkpoint within a tool designationstatic ContentBlockContentBlock. fromCachePoint(Consumer<CachePointBlock.Builder> cachePoint)Create an instance of this class withContentBlock.cachePoint()initialized to the given value.static SystemContentBlockSystemContentBlock. fromCachePoint(Consumer<CachePointBlock.Builder> cachePoint)Create an instance of this class withSystemContentBlock.cachePoint()initialized to the given value.static ToolTool. fromCachePoint(Consumer<CachePointBlock.Builder> cachePoint)Create an instance of this class withTool.cachePoint()initialized to the given value.
-