Interface GetDigestResponse.Builder

    • Method Detail

      • digest

        GetDigestResponse.Builder digest​(SdkBytes digest)

        The 256-bit hash value representing the digest returned by a GetDigest request.

        Parameters:
        digest - The 256-bit hash value representing the digest returned by a GetDigest request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • digestTipAddress

        GetDigestResponse.Builder digestTipAddress​(ValueHolder digestTipAddress)

        The latest block location covered by the digest that you requested. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        Parameters:
        digestTipAddress - The latest block location covered by the digest that you requested. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.
        Returns:
        Returns a reference to this object so that method calls can be chained together.