JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.qldb.model

Class GetRevisionRequest

    • Constructor Detail

      • GetRevisionRequest

        public GetRevisionRequest()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the ledger.

        Parameters:
        name - The name of the ledger.
      • getName

        public String getName()

        The name of the ledger.

        Returns:
        The name of the ledger.
      • withName

        public GetRevisionRequest withName(String name)

        The name of the ledger.

        Parameters:
        name - The name of the ledger.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBlockAddress

        public void setBlockAddress(ValueHolder blockAddress)

        The block location of the document revision to be verified. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}.

        Parameters:
        blockAddress - The block location of the document revision to be verified. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}.

      • getBlockAddress

        public ValueHolder getBlockAddress()

        The block location of the document revision to be verified. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}.

        Returns:
        The block location of the document revision to be verified. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}.

      • withBlockAddress

        public GetRevisionRequest withBlockAddress(ValueHolder blockAddress)

        The block location of the document revision to be verified. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}.

        Parameters:
        blockAddress - The block location of the document revision to be verified. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDocumentId

        public void setDocumentId(String documentId)

        The UUID (represented in Base62-encoded text) of the document to be verified.

        Parameters:
        documentId - The UUID (represented in Base62-encoded text) of the document to be verified.
      • getDocumentId

        public String getDocumentId()

        The UUID (represented in Base62-encoded text) of the document to be verified.

        Returns:
        The UUID (represented in Base62-encoded text) of the document to be verified.
      • withDocumentId

        public GetRevisionRequest withDocumentId(String documentId)

        The UUID (represented in Base62-encoded text) of the document to be verified.

        Parameters:
        documentId - The UUID (represented in Base62-encoded text) of the document to be verified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDigestTipAddress

        public void setDigestTipAddress(ValueHolder digestTipAddress)

        The latest block location covered by the digest for which to request a proof. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}.

        Parameters:
        digestTipAddress - The latest block location covered by the digest for which to request a proof. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}.

      • getDigestTipAddress

        public ValueHolder getDigestTipAddress()

        The latest block location covered by the digest for which to request a proof. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}.

        Returns:
        The latest block location covered by the digest for which to request a proof. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}.

      • withDigestTipAddress

        public GetRevisionRequest withDigestTipAddress(ValueHolder digestTipAddress)

        The latest block location covered by the digest for which to request a proof. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}.

        Parameters:
        digestTipAddress - The latest block location covered by the digest for which to request a proof. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

        For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /