@Stability(value=Stable) public static final class CfnCluster.EncryptionConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.EncryptionConfigProperty>
CfnCluster.EncryptionConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.EncryptionConfigProperty |
build()
Builds the configured instance.
|
CfnCluster.EncryptionConfigProperty.Builder |
provider(CfnCluster.ProviderProperty provider)
Sets the value of
CfnCluster.EncryptionConfigProperty.getProvider() |
CfnCluster.EncryptionConfigProperty.Builder |
provider(IResolvable provider)
Sets the value of
CfnCluster.EncryptionConfigProperty.getProvider() |
CfnCluster.EncryptionConfigProperty.Builder |
resources(List<String> resources)
Sets the value of
CfnCluster.EncryptionConfigProperty.getResources() |
@Stability(value=Stable) public CfnCluster.EncryptionConfigProperty.Builder provider(IResolvable provider)
CfnCluster.EncryptionConfigProperty.getProvider()provider - The encryption provider for the cluster.this@Stability(value=Stable) public CfnCluster.EncryptionConfigProperty.Builder provider(CfnCluster.ProviderProperty provider)
CfnCluster.EncryptionConfigProperty.getProvider()provider - The encryption provider for the cluster.this@Stability(value=Stable) public CfnCluster.EncryptionConfigProperty.Builder resources(List<String> resources)
CfnCluster.EncryptionConfigProperty.getResources()resources - Specifies the resources to be encrypted.
The only supported value is "secrets".this@Stability(value=Stable) public CfnCluster.EncryptionConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.EncryptionConfigProperty>CfnCluster.EncryptionConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.