Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.BatchCreateMemoryRecordsRequest.Builder
Packages that use BatchCreateMemoryRecordsRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of BatchCreateMemoryRecordsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type BatchCreateMemoryRecordsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.batchCreateMemoryRecords(Consumer<BatchCreateMemoryRecordsRequest.Builder> batchCreateMemoryRecordsRequest) Creates multiple memory records in a single batch operation for the specified memory with custom content.default BatchCreateMemoryRecordsResponseBedrockAgentCoreClient.batchCreateMemoryRecords(Consumer<BatchCreateMemoryRecordsRequest.Builder> batchCreateMemoryRecordsRequest) Creates multiple memory records in a single batch operation for the specified memory with custom content. -
Uses of BatchCreateMemoryRecordsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BatchCreateMemoryRecordsRequest.BuilderModifier and TypeMethodDescriptionBatchCreateMemoryRecordsRequest.builder()BatchCreateMemoryRecordsRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure idempotent processing of the batch request.The unique ID of the memory resource where records will be created.BatchCreateMemoryRecordsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) BatchCreateMemoryRecordsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) BatchCreateMemoryRecordsRequest.Builder.records(Collection<MemoryRecordCreateInput> records) A list of memory record creation inputs to be processed in the batch operation.BatchCreateMemoryRecordsRequest.Builder.records(Consumer<MemoryRecordCreateInput.Builder>... records) A list of memory record creation inputs to be processed in the batch operation.BatchCreateMemoryRecordsRequest.Builder.records(MemoryRecordCreateInput... records) A list of memory record creation inputs to be processed in the batch operation.BatchCreateMemoryRecordsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type BatchCreateMemoryRecordsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BatchCreateMemoryRecordsRequest.Builder>BatchCreateMemoryRecordsRequest.serializableBuilderClass()