Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.CachePointBlock.Builder
-
Packages that use CachePointBlock.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CachePointBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CachePointBlock.Builder Modifier and Type Method Description static CachePointBlock.BuilderCachePointBlock. builder()CachePointBlock.BuilderCachePointBlock. toBuilder()CachePointBlock.BuilderCachePointBlock.Builder. type(String type)Specifies the type of cache point within the CachePointBlock.CachePointBlock.BuilderCachePointBlock.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.Builder Modifier and Type Method Description static Class<? extends CachePointBlock.Builder>CachePointBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type CachePointBlock.Builder Modifier and Type Method Description default 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.
-