Uses of Interface
software.amazon.awssdk.services.kendra.model.BatchGetDocumentStatusResponseError.Builder
-
Packages that use BatchGetDocumentStatusResponseError.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of BatchGetDocumentStatusResponseError.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return BatchGetDocumentStatusResponseError.Builder Modifier and Type Method Description static BatchGetDocumentStatusResponseError.BuilderBatchGetDocumentStatusResponseError. builder()BatchGetDocumentStatusResponseError.BuilderBatchGetDocumentStatusResponseError.Builder. documentId(String documentId)The identifier of the document whose status could not be retrieved.BatchGetDocumentStatusResponseError.BuilderBatchGetDocumentStatusResponseError.Builder. errorCode(String errorCode)Indicates the source of the error.BatchGetDocumentStatusResponseError.BuilderBatchGetDocumentStatusResponseError.Builder. errorCode(ErrorCode errorCode)Indicates the source of the error.BatchGetDocumentStatusResponseError.BuilderBatchGetDocumentStatusResponseError.Builder. errorMessage(String errorMessage)States that the API could not get the status of a document.BatchGetDocumentStatusResponseError.BuilderBatchGetDocumentStatusResponseError. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type BatchGetDocumentStatusResponseError.Builder Modifier and Type Method Description static Class<? extends BatchGetDocumentStatusResponseError.Builder>BatchGetDocumentStatusResponseError. serializableBuilderClass()
-