public static interface BatchDeleteDocumentResponseFailedDocument.Builder extends SdkPojo, CopyableBuilder<BatchDeleteDocumentResponseFailedDocument.Builder,BatchDeleteDocumentResponseFailedDocument>
Modifier and Type | Method and Description |
---|---|
BatchDeleteDocumentResponseFailedDocument.Builder |
errorCode(ErrorCode errorCode)
The error code for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument.Builder |
errorCode(String errorCode)
The error code for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument.Builder |
errorMessage(String errorMessage)
An explanation for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument.Builder |
id(String id)
The identifier of the document that couldn't be removed from the index.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchDeleteDocumentResponseFailedDocument.Builder id(String id)
The identifier of the document that couldn't be removed from the index.
id
- The identifier of the document that couldn't be removed from the index.BatchDeleteDocumentResponseFailedDocument.Builder errorCode(String errorCode)
The error code for why the document couldn't be removed from the index.
BatchDeleteDocumentResponseFailedDocument.Builder errorCode(ErrorCode errorCode)
The error code for why the document couldn't be removed from the index.
BatchDeleteDocumentResponseFailedDocument.Builder errorMessage(String errorMessage)
An explanation for why the document couldn't be removed from the index.
errorMessage
- An explanation for why the document couldn't be removed from the index.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.