Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CachePointBlock.Builder
Packages that use CachePointBlock.Builder
-
Uses of CachePointBlock.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CachePointBlock.BuilderModifier and TypeMethodDescriptionstatic CachePointBlock.BuilderCachePointBlock.builder()CachePointBlock.toBuilder()Indicates that the CachePointBlock is of the default typeCachePointBlock.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CachePointBlock.Builder>CachePointBlock.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type CachePointBlock.BuilderModifier and TypeMethodDescriptiondefault 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 designationTextPromptTemplateConfiguration.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.