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