public static interface BatchPutDocumentResponseFailedDocument.Builder extends SdkPojo, CopyableBuilder<BatchPutDocumentResponseFailedDocument.Builder,BatchPutDocumentResponseFailedDocument>
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentResponseFailedDocument.Builder |
errorCode(ErrorCode errorCode)
The type of error that caused the document to fail to be indexed.
|
BatchPutDocumentResponseFailedDocument.Builder |
errorCode(String errorCode)
The type of error that caused the document to fail to be indexed.
|
BatchPutDocumentResponseFailedDocument.Builder |
errorMessage(String errorMessage)
A description of the reason why the document could not be indexed.
|
BatchPutDocumentResponseFailedDocument.Builder |
id(String id)
The identifier of the document.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutDocumentResponseFailedDocument.Builder id(String id)
The identifier of the document.
id - The identifier of the document.BatchPutDocumentResponseFailedDocument.Builder errorCode(String errorCode)
The type of error that caused the document to fail to be indexed.
BatchPutDocumentResponseFailedDocument.Builder errorCode(ErrorCode errorCode)
The type of error that caused the document to fail to be indexed.
BatchPutDocumentResponseFailedDocument.Builder errorMessage(String errorMessage)
A description of the reason why the document could not be indexed.
errorMessage - A description of the reason why the document could not be indexed.Copyright © 2023. All rights reserved.