Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.MemoryRecordMetadataValue.Builder
Packages that use MemoryRecordMetadataValue.Builder
-
Uses of MemoryRecordMetadataValue.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MemoryRecordMetadataValue.BuilderModifier and TypeMethodDescriptionMemoryRecordMetadataValue.builder()MemoryRecordMetadataValue.Builder.dateTimeValue(Instant dateTimeValue) A timestamp value in ISO 8601 UTC format.MemoryRecordMetadataValue.Builder.numberValue(Double numberValue) A numeric value.MemoryRecordMetadataValue.Builder.stringListValue(String... stringListValue) A list of string values.MemoryRecordMetadataValue.Builder.stringListValue(Collection<String> stringListValue) A list of string values.MemoryRecordMetadataValue.Builder.stringValue(String stringValue) A string value.MemoryRecordMetadataValue.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MemoryRecordMetadataValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MemoryRecordMetadataValue.Builder>MemoryRecordMetadataValue.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type MemoryRecordMetadataValue.BuilderModifier and TypeMethodDescriptionstatic MemoryRecordRightExpressionMemoryRecordRightExpression.fromMetadataValue(Consumer<MemoryRecordMetadataValue.Builder> metadataValue) Create an instance of this class withMemoryRecordRightExpression.metadataValue()initialized to the given value.MemoryRecordRightExpression.Builder.metadataValue(Consumer<MemoryRecordMetadataValue.Builder> metadataValue) The metadata value to compare against.