Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.MemoryRecordOutput.Builder
Packages that use MemoryRecordOutput.Builder
-
Uses of MemoryRecordOutput.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MemoryRecordOutput.BuilderModifier and TypeMethodDescriptionstatic MemoryRecordOutput.BuilderMemoryRecordOutput.builder()The error code returned when the memory record operation fails.MemoryRecordOutput.Builder.errorMessage(String errorMessage) A human-readable error message describing why the memory record operation failed.MemoryRecordOutput.Builder.memoryRecordId(String memoryRecordId) The unique ID associated to the memory record.MemoryRecordOutput.Builder.requestIdentifier(String requestIdentifier) The client-provided identifier that was used to track this record operation.The status of the memory record operation (e.g., SUCCEEDED, FAILED).MemoryRecordOutput.Builder.status(MemoryRecordStatus status) The status of the memory record operation (e.g., SUCCEEDED, FAILED).MemoryRecordOutput.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MemoryRecordOutput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MemoryRecordOutput.Builder>MemoryRecordOutput.serializableBuilderClass()