@Stability(value=Stable) public static final class CfnDomain.EncryptionAtRestOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain.EncryptionAtRestOptionsProperty>
CfnDomain.EncryptionAtRestOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomain.EncryptionAtRestOptionsProperty |
build()
Builds the configured instance.
|
CfnDomain.EncryptionAtRestOptionsProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnDomain.EncryptionAtRestOptionsProperty.getEnabled() |
CfnDomain.EncryptionAtRestOptionsProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnDomain.EncryptionAtRestOptionsProperty.getEnabled() |
CfnDomain.EncryptionAtRestOptionsProperty.Builder |
kmsKeyId(String kmsKeyId)
Sets the value of
CfnDomain.EncryptionAtRestOptionsProperty.getKmsKeyId() |
@Stability(value=Stable) public CfnDomain.EncryptionAtRestOptionsProperty.Builder enabled(Boolean enabled)
CfnDomain.EncryptionAtRestOptionsProperty.getEnabled()enabled - Specify `true` to enable encryption at rest.this@Stability(value=Stable) public CfnDomain.EncryptionAtRestOptionsProperty.Builder enabled(IResolvable enabled)
CfnDomain.EncryptionAtRestOptionsProperty.getEnabled()enabled - Specify `true` to enable encryption at rest.this@Stability(value=Stable) public CfnDomain.EncryptionAtRestOptionsProperty.Builder kmsKeyId(String kmsKeyId)
CfnDomain.EncryptionAtRestOptionsProperty.getKmsKeyId()kmsKeyId - The KMS key ID.
Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a . Required if you enable encryption at rest.this@Stability(value=Stable) public CfnDomain.EncryptionAtRestOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDomain.EncryptionAtRestOptionsProperty>CfnDomain.EncryptionAtRestOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.