Interface BatchPutDocumentResponseFailedDocument.Builder

  • 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.
    • dataSourceId

      The identifier of the data source connector that the failed document belongs to.

      Parameters:
      dataSourceId - The identifier of the data source connector that the failed document belongs to.
      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.