Interface InstanceIdentity.Builder

    • Method Detail

      • document

        InstanceIdentity.Builder document​(String document)

        A JSON document that contains the metadata.

        Parameters:
        document - A JSON document that contains the metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signature

        InstanceIdentity.Builder signature​(String signature)

        A signature that can be used to verify the document's accuracy and authenticity.

        Parameters:
        signature - A signature that can be used to verify the document's accuracy and authenticity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.