Uses of Interface
software.amazon.awssdk.services.qbusiness.model.BatchPutDocumentRequest.Builder
-
Packages that use BatchPutDocumentRequest.Builder Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.model -
-
Uses of BatchPutDocumentRequest.Builder in software.amazon.awssdk.services.qbusiness
Method parameters in software.amazon.awssdk.services.qbusiness with type arguments of type BatchPutDocumentRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchPutDocumentResponse>QBusinessAsyncClient. batchPutDocument(Consumer<BatchPutDocumentRequest.Builder> batchPutDocumentRequest)Adds one or more documents to an Amazon Q Business index.default BatchPutDocumentResponseQBusinessClient. batchPutDocument(Consumer<BatchPutDocumentRequest.Builder> batchPutDocumentRequest)Adds one or more documents to an Amazon Q Business index. -
Uses of BatchPutDocumentRequest.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return BatchPutDocumentRequest.Builder Modifier and Type Method Description BatchPutDocumentRequest.BuilderBatchPutDocumentRequest.Builder. applicationId(String applicationId)The identifier of the Amazon Q Business application.static BatchPutDocumentRequest.BuilderBatchPutDocumentRequest. builder()BatchPutDocumentRequest.BuilderBatchPutDocumentRequest.Builder. dataSourceSyncId(String dataSourceSyncId)The identifier of the data source sync during which the documents were added.BatchPutDocumentRequest.BuilderBatchPutDocumentRequest.Builder. documents(Collection<Document> documents)One or more documents to add to the index.BatchPutDocumentRequest.BuilderBatchPutDocumentRequest.Builder. documents(Consumer<Document.Builder>... documents)One or more documents to add to the index.BatchPutDocumentRequest.BuilderBatchPutDocumentRequest.Builder. documents(Document... documents)One or more documents to add to the index.BatchPutDocumentRequest.BuilderBatchPutDocumentRequest.Builder. indexId(String indexId)The identifier of the Amazon Q Business index to add the documents to.BatchPutDocumentRequest.BuilderBatchPutDocumentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchPutDocumentRequest.BuilderBatchPutDocumentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchPutDocumentRequest.BuilderBatchPutDocumentRequest.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of an IAM role with permission to access your S3 bucket.BatchPutDocumentRequest.BuilderBatchPutDocumentRequest. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type BatchPutDocumentRequest.Builder Modifier and Type Method Description static Class<? extends BatchPutDocumentRequest.Builder>BatchPutDocumentRequest. serializableBuilderClass()
-