public static interface BatchPutDocumentResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<BatchPutDocumentResponse.Builder,BatchPutDocumentResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentResponse.Builder |
failedDocuments(BatchPutDocumentResponseFailedDocument... failedDocuments)
A list of documents that were not added to the index because the document failed a validation check.
|
BatchPutDocumentResponse.Builder |
failedDocuments(Collection<BatchPutDocumentResponseFailedDocument> failedDocuments)
A list of documents that were not added to the index because the document failed a validation check.
|
BatchPutDocumentResponse.Builder |
failedDocuments(Consumer<BatchPutDocumentResponseFailedDocument.Builder>... failedDocuments)
A list of documents that were not added to the index because the document failed a validation check.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutDocumentResponse.Builder failedDocuments(Collection<BatchPutDocumentResponseFailedDocument> failedDocuments)
A list of documents that were not added to the index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index.
If there was an error adding a document to an index the error is reported in your AWS CloudWatch log. For more information, see Monitoring Amazon Kendra with Amazon CloudWatch Logs
failedDocuments - A list of documents that were not added to the index because the document failed a validation check.
Each document contains an error message that indicates why the document couldn't be added to the
index.
If there was an error adding a document to an index the error is reported in your AWS CloudWatch log. For more information, see Monitoring Amazon Kendra with Amazon CloudWatch Logs
BatchPutDocumentResponse.Builder failedDocuments(BatchPutDocumentResponseFailedDocument... failedDocuments)
A list of documents that were not added to the index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index.
If there was an error adding a document to an index the error is reported in your AWS CloudWatch log. For more information, see Monitoring Amazon Kendra with Amazon CloudWatch Logs
failedDocuments - A list of documents that were not added to the index because the document failed a validation check.
Each document contains an error message that indicates why the document couldn't be added to the
index.
If there was an error adding a document to an index the error is reported in your AWS CloudWatch log. For more information, see Monitoring Amazon Kendra with Amazon CloudWatch Logs
BatchPutDocumentResponse.Builder failedDocuments(Consumer<BatchPutDocumentResponseFailedDocument.Builder>... failedDocuments)
A list of documents that were not added to the index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index.
If there was an error adding a document to an index the error is reported in your AWS CloudWatch log. For more information, see Monitoring Amazon Kendra with Amazon CloudWatch Logs
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #failedDocuments(List) .failedDocuments - a consumer that will call methods on List.Builder #failedDocuments(List) Copyright © 2020. All rights reserved.