public static interface KmsEncryptionConfig.Builder extends SdkPojo, CopyableBuilder<KmsEncryptionConfig.Builder,KmsEncryptionConfig>
| Modifier and Type | Method and Description |
|---|---|
KmsEncryptionConfig.Builder |
cmkType(CmkType cmkType)
The type of customer-managed-key(CMK) used for encyrption.
|
KmsEncryptionConfig.Builder |
cmkType(String cmkType)
The type of customer-managed-key(CMK) used for encyrption.
|
KmsEncryptionConfig.Builder |
kmsKeyId(String kmsKeyId)
The KMS encryption key id/alias used to encrypt the Data Store contents at rest.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKmsEncryptionConfig.Builder cmkType(String cmkType)
The type of customer-managed-key(CMK) used for encyrption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.
KmsEncryptionConfig.Builder cmkType(CmkType cmkType)
The type of customer-managed-key(CMK) used for encyrption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.
KmsEncryptionConfig.Builder kmsKeyId(String kmsKeyId)
The KMS encryption key id/alias used to encrypt the Data Store contents at rest.
kmsKeyId - The KMS encryption key id/alias used to encrypt the Data Store contents at rest.Copyright © 2023. All rights reserved.