Interface Alias.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Alias.Builder,Alias>,SdkBuilder<Alias.Builder,Alias>,SdkPojo
- Enclosing class:
- Alias
public static interface Alias.Builder extends SdkPojo, CopyableBuilder<Alias.Builder,Alias>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Alias.BuilderaliasName(String aliasName)A friendly name that you can use to refer to a key.Alias.BuilderkeyArn(String keyArn)TheKeyARNof 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, sdkFields
-
-
-
-
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 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
Alias.Builder keyArn(String keyArn)
The
KeyARNof the key associated with the alias.- Parameters:
keyArn- TheKeyARNof the key associated with the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-