static BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.builder() |
|
default BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.Builder.customDocumentEnrichmentConfiguration(Consumer<CustomDocumentEnrichmentConfiguration.Builder> customDocumentEnrichmentConfiguration) |
Configuration information for altering your document metadata and content during the document ingestion
process when you use the BatchPutDocument API.
|
BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.Builder.customDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration) |
Configuration information for altering your document metadata and content during the document ingestion
process when you use the BatchPutDocument API.
|
BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.Builder.documents(Collection<Document> documents) |
One or more documents to add to the index.
|
BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.Builder.documents(Consumer<Document.Builder>... documents) |
One or more documents to add to the index.
|
BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.Builder.documents(Document... documents) |
One or more documents to add to the index.
|
BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.Builder.indexId(String indexId) |
The identifier of the index to add the documents to.
|
BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of an IAM role with permission to access your S3 bucket.
|
BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.toBuilder() |
|