public static interface EncryptionConfig.Builder extends SdkPojo, CopyableBuilder<EncryptionConfig.Builder,EncryptionConfig>
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfig.Builder |
enabled(Boolean enabled)
Sets the value of the Enabled property for this object.
|
EncryptionConfig.Builder |
encryptionType(EncryptionType encryptionType)
Sets the value of the EncryptionType property for this object.
|
EncryptionConfig.Builder |
encryptionType(String encryptionType)
Sets the value of the EncryptionType property for this object.
|
EncryptionConfig.Builder |
keyArn(String keyArn)
Sets the value of the KeyArn property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionConfig.Builder enabled(Boolean enabled)
enabled - The new value for the Enabled property for this object.EncryptionConfig.Builder encryptionType(String encryptionType)
encryptionType - The new value for the EncryptionType property for this object.EncryptionType,
EncryptionTypeEncryptionConfig.Builder encryptionType(EncryptionType encryptionType)
encryptionType - The new value for the EncryptionType property for this object.EncryptionType,
EncryptionTypeEncryptionConfig.Builder keyArn(String keyArn)
keyArn - The new value for the KeyArn property for this object.Copyright © 2023. All rights reserved.