static BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.builder() |
|
BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.Builder.errorCode(String errorCode) |
The error code for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.Builder.errorCode(ErrorCode errorCode) |
The error code for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.Builder.errorMessage(String errorMessage) |
An explanation for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.Builder.id(String id) |
The identifier of the document that couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.toBuilder() |
|