@Stability(value=Experimental) public static final class EncryptionAtRestOptions.Builder extends Object implements software.amazon.jsii.Builder<EncryptionAtRestOptions>
EncryptionAtRestOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAtRestOptions |
build()
Builds the configured instance.
|
EncryptionAtRestOptions.Builder |
enabled(Boolean enabled)
Sets the value of
EncryptionAtRestOptions.getEnabled() |
EncryptionAtRestOptions.Builder |
kmsKey(IKey kmsKey)
Sets the value of
EncryptionAtRestOptions.getKmsKey() |
@Stability(value=Experimental) public EncryptionAtRestOptions.Builder enabled(Boolean enabled)
EncryptionAtRestOptions.getEnabled()enabled - Specify true to enable encryption at rest.this@Stability(value=Experimental) public EncryptionAtRestOptions.Builder kmsKey(IKey kmsKey)
EncryptionAtRestOptions.getKmsKey()kmsKey - Supply if using KMS key for encryption at rest.this@Stability(value=Experimental) public EncryptionAtRestOptions build()
build in interface software.amazon.jsii.Builder<EncryptionAtRestOptions>EncryptionAtRestOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.