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 Summary
Modifier and TypeMethodDescriptionA friendly name that you can use to refer to a key.TheKeyARN
of the key associated with the alias.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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 withalias/
.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
The
KeyARN
of the key associated with the alias.- Parameters:
keyArn
- TheKeyARN
of the key associated with the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-