Interface DocumentDetails.Builder

    • Method Detail

      • createdAt

        DocumentDetails.Builder createdAt​(Instant createdAt)

        The timestamp for when the document was created.

        Parameters:
        createdAt - The timestamp for when the document was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • documentId

        DocumentDetails.Builder documentId​(String documentId)

        The identifier of the document.

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

        DocumentDetails.Builder error​(ErrorDetail error)

        An error message associated with the document.

        Parameters:
        error - An error message associated with the document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        DocumentDetails.Builder updatedAt​(Instant updatedAt)

        The timestamp for when the document was last updated.

        Parameters:
        updatedAt - The timestamp for when the document was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.