Uses of Interface
software.amazon.awssdk.services.kendra.model.BatchPutDocumentResponse.Builder
-
Packages that use BatchPutDocumentResponse.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of BatchPutDocumentResponse.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return BatchPutDocumentResponse.Builder Modifier and Type Method Description static BatchPutDocumentResponse.BuilderBatchPutDocumentResponse. builder()BatchPutDocumentResponse.BuilderBatchPutDocumentResponse.Builder. failedDocuments(Collection<BatchPutDocumentResponseFailedDocument> failedDocuments)A list of documents that were not added to the index because the document failed a validation check.BatchPutDocumentResponse.BuilderBatchPutDocumentResponse.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.BuilderBatchPutDocumentResponse.Builder. failedDocuments(BatchPutDocumentResponseFailedDocument... failedDocuments)A list of documents that were not added to the index because the document failed a validation check.BatchPutDocumentResponse.BuilderBatchPutDocumentResponse. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type BatchPutDocumentResponse.Builder Modifier and Type Method Description static Class<? extends BatchPutDocumentResponse.Builder>BatchPutDocumentResponse. serializableBuilderClass()
-