static BatchPutDocumentResponse.Builder |
BatchPutDocumentResponse.builder() |
|
BatchPutDocumentResponse.Builder |
BatchPutDocumentResponse.Builder.failedDocuments(Collection<FailedDocument> failedDocuments) |
A list of documents that were not added to the Amazon Q index because the document failed a validation check.
|
BatchPutDocumentResponse.Builder |
BatchPutDocumentResponse.Builder.failedDocuments(Consumer<FailedDocument.Builder>... failedDocuments) |
A list of documents that were not added to the Amazon Q index because the document failed a validation check.
|
BatchPutDocumentResponse.Builder |
BatchPutDocumentResponse.Builder.failedDocuments(FailedDocument... failedDocuments) |
A list of documents that were not added to the Amazon Q index because the document failed a validation check.
|
BatchPutDocumentResponse.Builder |
BatchPutDocumentResponse.toBuilder() |
|