Class CfnAlias.Builder
java.lang.Object
software.amazon.awscdk.services.paymentcryptography.CfnAlias.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAlias>
- Enclosing class:
CfnAlias
@Stability(Stable)
public static final class CfnAlias.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAlias>
A fluent builder for
CfnAlias.-
Method Summary
Modifier and TypeMethodDescriptionA friendly name that you can use to refer to a key.build()static CfnAlias.BuilderTheKeyARNof the key associated with the alias.
-
Method Details
-
create
@Stability(Stable) public static CfnAlias.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnAlias.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
-