| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
FailedDocument |
FailedDocument.clone() |
FailedDocument |
FailedDocument.withDataSourceId(String dataSourceId)
The identifier of the Amazon Q Business data source connector that contains the failed document.
|
FailedDocument |
FailedDocument.withError(ErrorDetail error)
An explanation for why the document couldn't be removed from the index.
|
FailedDocument |
FailedDocument.withId(String id)
The identifier of the document that couldn't be removed from the Amazon Q Business index.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedDocument> |
BatchDeleteDocumentResult.getFailedDocuments()
A list of documents that couldn't be removed from the Amazon Q Business index.
|
List<FailedDocument> |
BatchPutDocumentResult.getFailedDocuments()
A list of documents that were not added to the Amazon Q Business index because the document failed a validation
check.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDocumentResult |
BatchDeleteDocumentResult.withFailedDocuments(FailedDocument... failedDocuments)
A list of documents that couldn't be removed from the Amazon Q Business index.
|
BatchPutDocumentResult |
BatchPutDocumentResult.withFailedDocuments(FailedDocument... failedDocuments)
A list of documents that were not added to the Amazon Q Business index because the document failed a validation
check.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteDocumentResult.setFailedDocuments(Collection<FailedDocument> failedDocuments)
A list of documents that couldn't be removed from the Amazon Q Business index.
|
void |
BatchPutDocumentResult.setFailedDocuments(Collection<FailedDocument> failedDocuments)
A list of documents that were not added to the Amazon Q Business index because the document failed a validation
check.
|
BatchDeleteDocumentResult |
BatchDeleteDocumentResult.withFailedDocuments(Collection<FailedDocument> failedDocuments)
A list of documents that couldn't be removed from the Amazon Q Business index.
|
BatchPutDocumentResult |
BatchPutDocumentResult.withFailedDocuments(Collection<FailedDocument> failedDocuments)
A list of documents that were not added to the Amazon Q Business index because the document failed a validation
check.
|
Copyright © 2024. All rights reserved.