Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.MemoryContent.Builder
Packages that use MemoryContent.Builder
-
Uses of MemoryContent.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MemoryContent.BuilderModifier and TypeMethodDescriptionstatic MemoryContent.BuilderMemoryContent.builder()The text content of the memory record.MemoryContent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MemoryContent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MemoryContent.Builder>MemoryContent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type MemoryContent.BuilderModifier and TypeMethodDescriptiondefault MemoryRecord.BuilderMemoryRecord.Builder.content(Consumer<MemoryContent.Builder> content) The content of the memory record.default MemoryRecordCreateInput.BuilderMemoryRecordCreateInput.Builder.content(Consumer<MemoryContent.Builder> content) The content to be stored within the memory record.default MemoryRecordSummary.BuilderMemoryRecordSummary.Builder.content(Consumer<MemoryContent.Builder> content) The content of the memory record.default MemoryRecordUpdateInput.BuilderMemoryRecordUpdateInput.Builder.content(Consumer<MemoryContent.Builder> content) The content to be stored within the memory record.