Interface FailedDocument.Builder

    • Method Detail

      • id

        FailedDocument.Builder id​(String id)

        The identifier of the document that couldn't be removed from the Amazon Q Business index.

        Parameters:
        id - The identifier of the document that couldn't be removed from the Amazon Q Business index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • error

        FailedDocument.Builder error​(ErrorDetail error)

        An explanation for why the document couldn't be removed from the index.

        Parameters:
        error - 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.
      • dataSourceId

        FailedDocument.Builder dataSourceId​(String dataSourceId)

        The identifier of the Amazon Q Business data source connector that contains the failed document.

        Parameters:
        dataSourceId - The identifier of the Amazon Q Business data source connector that contains the failed document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.