Interface Alias.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Alias.Builder,Alias>, SdkBuilder<Alias.Builder,Alias>, SdkPojo
Enclosing class:
Alias

@Mutable @NotThreadSafe public static interface Alias.Builder extends SdkPojo, CopyableBuilder<Alias.Builder,Alias>
  • Method Details

    • 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.