| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.clone() |
Document |
Document.withAccessConfiguration(AccessConfiguration accessConfiguration)
Configuration information for access permission to a document.
|
Document |
Document.withAttributes(Collection<DocumentAttribute> attributes)
Custom attributes to apply to the document for refining Amazon Q Business web experience responses.
|
Document |
Document.withAttributes(DocumentAttribute... attributes)
Custom attributes to apply to the document for refining Amazon Q Business web experience responses.
|
Document |
Document.withContent(DocumentContent content)
The contents of the document.
|
Document |
Document.withContentType(ContentType contentType)
The file type of the document in the Blob field.
|
Document |
Document.withContentType(String contentType)
The file type of the document in the Blob field.
|
Document |
Document.withDocumentEnrichmentConfiguration(DocumentEnrichmentConfiguration documentEnrichmentConfiguration)
The configuration information for altering document metadata and content during the document ingestion process.
|
Document |
Document.withId(String id)
The identifier of the document.
|
Document |
Document.withTitle(String title)
The title of the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
BatchPutDocumentRequest.getDocuments()
One or more documents to add to the index.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withDocuments(Document... documents)
One or more documents to add to the index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutDocumentRequest.setDocuments(Collection<Document> documents)
One or more documents to add to the index.
|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withDocuments(Collection<Document> documents)
One or more documents to add to the index.
|
Copyright © 2025. All rights reserved.