public static interface EncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration.Builder |
cmkArn(String cmkArn)
The Amazon Resource Name (ARN) of the KMS key to use for EBS encryption.
|
EncryptionConfiguration.Builder |
encrypted(Boolean encrypted)
To encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable encryption
using this parameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionConfiguration.Builder encrypted(Boolean encrypted)
To encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or when encryption by default is not enabled.
encrypted - To encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable
encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter
is false or when encryption by default is not enabled.EncryptionConfiguration.Builder cmkArn(String cmkArn)
The Amazon Resource Name (ARN) of the KMS key to use for EBS encryption. If this parameter is not specified, the default KMS key for the account is used.
cmkArn - The Amazon Resource Name (ARN) of the KMS key to use for EBS encryption. If this parameter is not
specified, the default KMS key for the account is used.Copyright © 2023. All rights reserved.