@Stability(value=Stable) public static final class CfnCluster.ProviderProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.ProviderProperty>
CfnCluster.ProviderProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.ProviderProperty |
build()
Builds the configured instance.
|
CfnCluster.ProviderProperty.Builder |
keyArn(String keyArn)
Sets the value of
CfnCluster.ProviderProperty.getKeyArn() |
@Stability(value=Stable) public CfnCluster.ProviderProperty.Builder keyArn(String keyArn)
CfnCluster.ProviderProperty.getKeyArn()keyArn - Amazon Resource Name (ARN) or alias of the KMS key.
The KMS key must be symmetric, created in the same region as the cluster, and if the KMS key was created in a different account, the user must have access to the KMS key. For more information, see Allowing Users in Other Accounts to Use a KMS key in the AWS Key Management Service Developer Guide .this@Stability(value=Stable) public CfnCluster.ProviderProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.ProviderProperty>CfnCluster.ProviderPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.