Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.CachePointBlock.Builder
Packages that use CachePointBlock.Builder
-
Uses of CachePointBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CachePointBlock.BuilderModifier and TypeMethodDescriptionstatic CachePointBlock.BuilderCachePointBlock.builder()CachePointBlock.toBuilder()Optional TTL duration for cache entries.Optional TTL duration for cache entries.Specifies the type of cache point within the CachePointBlock.CachePointBlock.Builder.type(CachePointType type) Specifies the type of cache point within the CachePointBlock.Methods in software.amazon.awssdk.services.bedrockruntime.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.bedrockruntime.model with type arguments of type CachePointBlock.BuilderModifier and TypeMethodDescriptiondefault ContentBlock.BuilderContentBlock.Builder.cachePoint(Consumer<CachePointBlock.Builder> cachePoint) CachePoint to include in the message.default SystemContentBlock.BuilderSystemContentBlock.Builder.cachePoint(Consumer<CachePointBlock.Builder> cachePoint) CachePoint to include in the system prompt.default Tool.BuilderTool.Builder.cachePoint(Consumer<CachePointBlock.Builder> cachePoint) CachePoint to include in the tool configuration.static 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.