Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.MemoryRecordCreateInput.Builder
Packages that use MemoryRecordCreateInput.Builder
-
Uses of MemoryRecordCreateInput.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MemoryRecordCreateInput.BuilderModifier and TypeMethodDescriptionMemoryRecordCreateInput.builder()default MemoryRecordCreateInput.BuilderMemoryRecordCreateInput.Builder.content(Consumer<MemoryContent.Builder> content) The content to be stored within the memory record.MemoryRecordCreateInput.Builder.content(MemoryContent content) The content to be stored within the memory record.MemoryRecordCreateInput.Builder.memoryStrategyId(String memoryStrategyId) The ID of the memory strategy that defines how this memory record is grouped.MemoryRecordCreateInput.Builder.metadata(Map<String, MemoryRecordMetadataValue> metadata) Metadata key-value pairs to be stored with the memory record.MemoryRecordCreateInput.Builder.namespaces(String... namespaces) A list of namespace identifiers that categorize or group the memory record.MemoryRecordCreateInput.Builder.namespaces(Collection<String> namespaces) A list of namespace identifiers that categorize or group the memory record.MemoryRecordCreateInput.Builder.requestIdentifier(String requestIdentifier) A client-provided identifier for tracking this specific record creation request.Time at which the memory record was created.MemoryRecordCreateInput.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MemoryRecordCreateInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MemoryRecordCreateInput.Builder>MemoryRecordCreateInput.serializableBuilderClass()