Interface Alias.Builder

    • Method Detail

      • aliasName

        Alias.Builder aliasName​(String aliasName)

        A friendly name that you can use to refer to a key. The value must begin with alias/.

        Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.

        Parameters:
        aliasName - A friendly name that you can use to refer to a key. The value must begin with alias/.

        Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.

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

        Alias.Builder keyArn​(String keyArn)

        The KeyARN of the key associated with the alias.

        Parameters:
        keyArn - The KeyARN of the key associated with the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.