Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.SystemContentBlock.Builder
-
Packages that use SystemContentBlock.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of SystemContentBlock.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SystemContentBlock.Builder Modifier and Type Method Description static SystemContentBlock.BuilderSystemContentBlock. builder()default SystemContentBlock.BuilderSystemContentBlock.Builder. cachePoint(Consumer<CachePointBlock.Builder> cachePoint)Creates a cache checkpoint within a tool designationSystemContentBlock.BuilderSystemContentBlock.Builder. cachePoint(CachePointBlock cachePoint)Creates a cache checkpoint within a tool designationSystemContentBlock.BuilderSystemContentBlock.Builder. text(String text)The text in the system prompt.SystemContentBlock.BuilderSystemContentBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type SystemContentBlock.Builder Modifier and Type Method Description static Class<? extends SystemContentBlock.Builder>SystemContentBlock. serializableBuilderClass()
-