@Stability(value=Stable) public static final class CfnAliasProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAliasProps>
CfnAliasProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAliasProps.Builder |
aliasName(String aliasName)
Sets the value of
CfnAliasProps.getAliasName() |
CfnAliasProps |
build()
Builds the configured instance.
|
CfnAliasProps.Builder |
targetKeyId(String targetKeyId)
Sets the value of
CfnAliasProps.getTargetKeyId() |
@Stability(value=Stable) public CfnAliasProps.Builder aliasName(String aliasName)
CfnAliasProps.getAliasName()aliasName - `AWS::KMS::Alias.AliasName`. This parameter is required.this@Stability(value=Stable) public CfnAliasProps.Builder targetKeyId(String targetKeyId)
CfnAliasProps.getTargetKeyId()targetKeyId - `AWS::KMS::Alias.TargetKeyId`. This parameter is required.this@Stability(value=Stable) public CfnAliasProps build()
build in interface software.amazon.jsii.Builder<CfnAliasProps>CfnAliasPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.