Uses of Interface
software.amazon.awssdk.services.kendra.model.BatchPutDocumentResponseFailedDocument.Builder
-
Packages that use BatchPutDocumentResponseFailedDocument.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of BatchPutDocumentResponseFailedDocument.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return BatchPutDocumentResponseFailedDocument.Builder Modifier and Type Method Description static BatchPutDocumentResponseFailedDocument.BuilderBatchPutDocumentResponseFailedDocument. builder()BatchPutDocumentResponseFailedDocument.BuilderBatchPutDocumentResponseFailedDocument.Builder. errorCode(String errorCode)The type of error that caused the document to fail to be indexed.BatchPutDocumentResponseFailedDocument.BuilderBatchPutDocumentResponseFailedDocument.Builder. errorCode(ErrorCode errorCode)The type of error that caused the document to fail to be indexed.BatchPutDocumentResponseFailedDocument.BuilderBatchPutDocumentResponseFailedDocument.Builder. errorMessage(String errorMessage)A description of the reason why the document could not be indexed.BatchPutDocumentResponseFailedDocument.BuilderBatchPutDocumentResponseFailedDocument.Builder. id(String id)The identifier of the document.BatchPutDocumentResponseFailedDocument.BuilderBatchPutDocumentResponseFailedDocument. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type BatchPutDocumentResponseFailedDocument.Builder Modifier and Type Method Description static Class<? extends BatchPutDocumentResponseFailedDocument.Builder>BatchPutDocumentResponseFailedDocument. serializableBuilderClass()
-