public static interface Alias.Builder extends SdkPojo, CopyableBuilder<Alias.Builder,Alias>
| Modifier and Type | Method and Description |
|---|---|
Alias.Builder |
aliasName(String aliasName)
A friendly name that you can use to refer to a key.
|
Alias.Builder |
keyArn(String keyArn)
The
KeyARN of the key associated with the alias. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlias.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.
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.
Alias.Builder keyArn(String keyArn)
The KeyARN of the key associated with the alias.
keyArn - The KeyARN of the key associated with the alias.Copyright © 2023. All rights reserved.