Interface PublicKeyConfig.Builder

    • Method Detail

      • callerReference

        PublicKeyConfig.Builder callerReference​(String callerReference)

        A string included in the request to help make sure that the request can't be replayed.

        Parameters:
        callerReference - A string included in the request to help make sure that the request can't be replayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        PublicKeyConfig.Builder name​(String name)

        A name to help identify the public key.

        Parameters:
        name - A name to help identify the public key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • comment

        PublicKeyConfig.Builder comment​(String comment)

        A comment to describe the public key. The comment cannot be longer than 128 characters.

        Parameters:
        comment - A comment to describe the public key. The comment cannot be longer than 128 characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.