| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchPutDocumentResponse.Builder |
BatchPutDocumentResponse.builder() |
BatchPutDocumentResponse.Builder |
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 |
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 |
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.
|
BatchPutDocumentResponse.Builder |
BatchPutDocumentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchPutDocumentResponse.Builder> |
BatchPutDocumentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.