Interface BatchPutDocumentResponseFailedDocument.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchPutDocumentResponseFailedDocument.Builder,BatchPutDocumentResponseFailedDocument>, SdkBuilder<BatchPutDocumentResponseFailedDocument.Builder,BatchPutDocumentResponseFailedDocument>, SdkPojo
Enclosing class:
BatchPutDocumentResponseFailedDocument

public static interface BatchPutDocumentResponseFailedDocument.Builder extends SdkPojo, CopyableBuilder<BatchPutDocumentResponseFailedDocument.Builder,BatchPutDocumentResponseFailedDocument>
  • Method Details

    • id

      The identifier of the document.

      Parameters:
      id - The identifier of the document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      The type of error that caused the document to fail to be indexed.

      Parameters:
      errorCode - The type of error that caused the document to fail to be indexed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      The type of error that caused the document to fail to be indexed.

      Parameters:
      errorCode - The type of error that caused the document to fail to be indexed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorMessage

      A description of the reason why the document could not be indexed.

      Parameters:
      errorMessage - A description of the reason why the document could not be indexed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.