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.
keyId - The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.
Copyright © 2023. All rights reserved.