Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.MemoryRecord.Builder
Packages that use MemoryRecord.Builder
-
Uses of MemoryRecord.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MemoryRecord.BuilderModifier and TypeMethodDescriptionstatic MemoryRecord.BuilderMemoryRecord.builder()default MemoryRecord.BuilderMemoryRecord.Builder.content(Consumer<MemoryContent.Builder> content) The content of the memory record.MemoryRecord.Builder.content(MemoryContent content) The content of the memory record.The timestamp when the memory record was created.MemoryRecord.Builder.memoryRecordId(String memoryRecordId) The unique identifier of the memory record.MemoryRecord.Builder.memoryStrategyId(String memoryStrategyId) The identifier of the memory strategy associated with this record.MemoryRecord.Builder.metadata(Map<String, MemoryRecordMetadataValue> metadata) A map of metadata key-value pairs associated with a memory record.MemoryRecord.Builder.namespaces(String... namespaces) The namespaces associated with this memory record.MemoryRecord.Builder.namespaces(Collection<String> namespaces) The namespaces associated with this memory record.MemoryRecord.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MemoryRecord.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MemoryRecord.Builder>MemoryRecord.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type MemoryRecord.BuilderModifier and TypeMethodDescriptiondefault GetMemoryRecordResponse.BuilderGetMemoryRecordResponse.Builder.memoryRecord(Consumer<MemoryRecord.Builder> memoryRecord) The requested memory record.