public static interface Status.Builder extends SdkPojo, CopyableBuilder<Status.Builder,Status>
| Modifier and Type | Method and Description |
|---|---|
Status.Builder |
documentId(String documentId)
The identifier of the document.
|
Status.Builder |
documentStatus(DocumentStatus documentStatus)
The current status of a document.
|
Status.Builder |
documentStatus(String documentStatus)
The current status of a document.
|
Status.Builder |
failureCode(String failureCode)
Indicates the source of the error.
|
Status.Builder |
failureReason(String failureReason)
Provides detailed information about why the document couldn't be indexed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStatus.Builder documentId(String documentId)
The identifier of the document.
documentId - The identifier of the document.Status.Builder documentStatus(String documentStatus)
The current status of a document.
If the document was submitted for deletion, the status is NOT_FOUND after the document is
deleted.
documentStatus - The current status of a document.
If the document was submitted for deletion, the status is NOT_FOUND after the document is
deleted.
DocumentStatus,
DocumentStatusStatus.Builder documentStatus(DocumentStatus documentStatus)
The current status of a document.
If the document was submitted for deletion, the status is NOT_FOUND after the document is
deleted.
documentStatus - The current status of a document.
If the document was submitted for deletion, the status is NOT_FOUND after the document is
deleted.
DocumentStatus,
DocumentStatusStatus.Builder failureCode(String failureCode)
Indicates the source of the error.
failureCode - Indicates the source of the error.Status.Builder failureReason(String failureReason)
Provides detailed information about why the document couldn't be indexed. Use this information to correct the error before you resubmit the document for indexing.
failureReason - Provides detailed information about why the document couldn't be indexed. Use this information to
correct the error before you resubmit the document for indexing.Copyright © 2023. All rights reserved.