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 identifier 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 identifier of the encryption key.
keyId - The identifier of the encryption key.Copyright © 2021. All rights reserved.