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 Details

    • 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

      The error code for why the document couldn't be removed from the index.

      Parameters:
      errorCode - The error code 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.
      See Also:
    • errorCode

      The error code for why the document couldn't be removed from the index.

      Parameters:
      errorCode - The error code 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.
      See Also:
    • 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.