public static final class CfnCluster.ProviderProperty.Builder
extends java.lang.Object
CfnCluster.ProviderProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCluster.ProviderProperty |
build()
Builds the configured instance.
|
CfnCluster.ProviderProperty.Builder |
keyArn(java.lang.String keyArn)
Sets the value of
CfnCluster.ProviderProperty.getKeyArn() |
public CfnCluster.ProviderProperty.Builder keyArn(java.lang.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
public CfnCluster.ProviderProperty build()
CfnCluster.ProviderProperty
java.lang.NullPointerException
- if any required attribute was not provided