public static interface EncryptionConfig.Builder extends SdkPojo, CopyableBuilder<EncryptionConfig.Builder,EncryptionConfig>
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfig.Builder |
encryptionType(EncryptionType encryptionType)
The type of encryption.
|
EncryptionConfig.Builder |
encryptionType(String encryptionType)
The type of encryption.
|
EncryptionConfig.Builder |
keyId(String keyId)
The full ARN of the encryption key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionConfig.Builder encryptionType(String encryptionType)
The type of encryption.
encryptionType - The type of encryption.EncryptionType,
EncryptionTypeEncryptionConfig.Builder encryptionType(EncryptionType encryptionType)
The type of encryption.
encryptionType - The type of encryption.EncryptionType,
EncryptionTypeEncryptionConfig.Builder keyId(String keyId)
The full ARN of the encryption key.
Be sure to provide the full ARN of the encryption key, not just the ID.
Amazon Connect supports only KMS keys with the default key spec of
SYMMETRIC_DEFAULT .
keyId - The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.
Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .
Copyright © 2023. All rights reserved.