Class Alias

    • Method Detail

      • aliasName

        public final 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.

        Returns:
        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.

      • keyArn

        public final String keyArn()

        The KeyARN of the key associated with the alias.

        Returns:
        The KeyARN of the key associated with the alias.
      • serializableBuilderClass

        public static Class<? extends Alias.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)