Interface BatchDeleteDocumentResponseFailedDocument.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteDocumentResponseFailedDocument.Builder,BatchDeleteDocumentResponseFailedDocument>,SdkBuilder<BatchDeleteDocumentResponseFailedDocument.Builder,BatchDeleteDocumentResponseFailedDocument>,SdkPojo
- Enclosing class:
- BatchDeleteDocumentResponseFailedDocument
public static interface BatchDeleteDocumentResponseFailedDocument.Builder extends SdkPojo, CopyableBuilder<BatchDeleteDocumentResponseFailedDocument.Builder,BatchDeleteDocumentResponseFailedDocument>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteDocumentResponseFailedDocument.BuildererrorCode(String errorCode)The error code for why the document couldn't be removed from the index.BatchDeleteDocumentResponseFailedDocument.BuildererrorCode(ErrorCode errorCode)The error code for why the document couldn't be removed from the index.BatchDeleteDocumentResponseFailedDocument.BuildererrorMessage(String errorMessage)An explanation for why the document couldn't be removed from the index.BatchDeleteDocumentResponseFailedDocument.Builderid(String id)The identifier of the document that couldn't be removed from the index.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
BatchDeleteDocumentResponseFailedDocument.Builder id(String id)
The identifier of the document that couldn't be removed from the index.
- Parameters:
id- The identifier of the document that couldn't be removed from the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
BatchDeleteDocumentResponseFailedDocument.Builder errorCode(String errorCode)
The error code for why the document couldn't be removed from the index.
-
errorCode
BatchDeleteDocumentResponseFailedDocument.Builder errorCode(ErrorCode errorCode)
The error code for why the document couldn't be removed from the index.
-
errorMessage
BatchDeleteDocumentResponseFailedDocument.Builder errorMessage(String errorMessage)
An explanation for why the document couldn't be removed from the index.
- Parameters:
errorMessage- An explanation for why the document couldn't be removed from the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-