@Stability(value=Deprecated) @Deprecated public static final class EncryptionAtRestOptions.Builder extends Object implements software.amazon.jsii.Builder<EncryptionAtRestOptions>
EncryptionAtRestOptions
Constructor and Description |
---|
Builder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EncryptionAtRestOptions |
build()
Deprecated.
|
EncryptionAtRestOptions.Builder |
enabled(Boolean enabled)
Deprecated.
use opensearchservice module instead
|
EncryptionAtRestOptions.Builder |
kmsKey(IKey kmsKey)
Deprecated.
use opensearchservice module instead
|
@Stability(value=Deprecated) @Deprecated public EncryptionAtRestOptions.Builder enabled(Boolean enabled)
EncryptionAtRestOptions.getEnabled()
enabled
- Specify true to enable encryption at rest.this
@Stability(value=Deprecated) @Deprecated public EncryptionAtRestOptions.Builder kmsKey(IKey kmsKey)
EncryptionAtRestOptions.getKmsKey()
kmsKey
- Supply if using KMS key for encryption at rest.this
@Stability(value=Deprecated) @Deprecated public EncryptionAtRestOptions build()
build
in interface software.amazon.jsii.Builder<EncryptionAtRestOptions>
EncryptionAtRestOptions
NullPointerException
- if any required attribute was not providedCopyright © 2022. All rights reserved.