Class CfnAliasPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.paymentcryptography.CfnAliasPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAliasPropsMixin>
- Enclosing class:
CfnAliasPropsMixin
@Stability(Stable)
public static final class CfnAliasPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAliasPropsMixin>
A fluent builder for
CfnAliasPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionA friendly name that you can use to refer to a key.build()static CfnAliasPropsMixin.Buildercreate()static CfnAliasPropsMixin.Buildercreate(CfnPropertyMixinOptions options) TheKeyARNof the key associated with the alias.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAliasPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAliasPropsMixin.Builder.
-
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 AWS CloudTrail logs and other output.
- Parameters:
aliasName- A friendly name that you can use to refer to a key. The value must begin withalias/. This parameter is required.- Returns:
this- See Also:
-
keyArn
TheKeyARNof the key associated with the alias.- Parameters:
keyArn- TheKeyARNof the key associated with the alias. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAliasPropsMixin>- Returns:
- a newly built instance of
CfnAliasPropsMixin.
-