Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.MemoryRecordSummary.Builder
Packages that use MemoryRecordSummary.Builder
-
Uses of MemoryRecordSummary.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MemoryRecordSummary.BuilderModifier and TypeMethodDescriptionstatic MemoryRecordSummary.BuilderMemoryRecordSummary.builder()default MemoryRecordSummary.BuilderMemoryRecordSummary.Builder.content(Consumer<MemoryContent.Builder> content) The content of the memory record.MemoryRecordSummary.Builder.content(MemoryContent content) The content of the memory record.The timestamp when the memory record was created.MemoryRecordSummary.Builder.memoryRecordId(String memoryRecordId) The unique identifier of the memory record.MemoryRecordSummary.Builder.memoryStrategyId(String memoryStrategyId) The identifier of the memory strategy associated with this record.MemoryRecordSummary.Builder.metadata(Map<String, MemoryRecordMetadataValue> metadata) A map of metadata key-value pairs associated with a memory record.MemoryRecordSummary.Builder.namespaces(String... namespaces) The namespaces associated with this memory record.MemoryRecordSummary.Builder.namespaces(Collection<String> namespaces) The namespaces associated with this memory record.The relevance score of the memory record when returned as part of a search result.MemoryRecordSummary.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MemoryRecordSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MemoryRecordSummary.Builder>MemoryRecordSummary.serializableBuilderClass()