Interface GetRevisionResponse.Builder

    • Method Detail

      • proof

        GetRevisionResponse.Builder proof​(ValueHolder proof)

        The proof object in Amazon Ion format returned by a GetRevision request. A proof contains the list of hash values that are required to recalculate the specified digest using a Merkle tree, starting with the specified document revision.

        Parameters:
        proof - The proof object in Amazon Ion format returned by a GetRevision request. A proof contains the list of hash values that are required to recalculate the specified digest using a Merkle tree, starting with the specified document revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revision

        GetRevisionResponse.Builder revision​(ValueHolder revision)

        The document revision data object in Amazon Ion format.

        Parameters:
        revision - The document revision data object in Amazon Ion format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.