| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentResponseFailedDocument |
BatchPutDocumentResponseFailedDocument.clone() |
BatchPutDocumentResponseFailedDocument |
BatchPutDocumentResponseFailedDocument.withErrorCode(ErrorCode errorCode)
The type of error that caused the document to fail to be indexed.
|
BatchPutDocumentResponseFailedDocument |
BatchPutDocumentResponseFailedDocument.withErrorCode(String errorCode)
The type of error that caused the document to fail to be indexed.
|
BatchPutDocumentResponseFailedDocument |
BatchPutDocumentResponseFailedDocument.withErrorMessage(String errorMessage)
A description of the reason why the document could not be indexed.
|
BatchPutDocumentResponseFailedDocument |
BatchPutDocumentResponseFailedDocument.withId(String id)
The identifier of the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchPutDocumentResponseFailedDocument> |
BatchPutDocumentResult.getFailedDocuments()
A list of documents that were not added to the index because the document failed a validation check.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentResult |
BatchPutDocumentResult.withFailedDocuments(BatchPutDocumentResponseFailedDocument... failedDocuments)
A list of documents that were not added to the index because the document failed a validation check.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutDocumentResult.setFailedDocuments(Collection<BatchPutDocumentResponseFailedDocument> failedDocuments)
A list of documents that were not added to the index because the document failed a validation check.
|
BatchPutDocumentResult |
BatchPutDocumentResult.withFailedDocuments(Collection<BatchPutDocumentResponseFailedDocument> failedDocuments)
A list of documents that were not added to the index because the document failed a validation check.
|
Copyright © 2022. All rights reserved.