EncryptionConfig Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. store. models. EncryptionConfig
- com.
public class EncryptionConfig
The encryption configuration for the account.
Method Summary
Modifier and Type | Method and Description |
---|---|
Key |
keyVaultMetaInfo()
Get the keyVaultMetaInfo value. |
Encryption |
type()
Get the type value. |
Encryption |
withKeyVaultMetaInfo(KeyVaultMetaInfo keyVaultMetaInfo)
Set the keyVaultMetaInfo value. |
Encryption |
withType(EncryptionConfigType type)
Set the type value. |
Method Details
keyVaultMetaInfo
public KeyVaultMetaInfo keyVaultMetaInfo()
Get the keyVaultMetaInfo value.
Returns:
the keyVaultMetaInfo value
type
public EncryptionConfigType type()
Get the type value.
Returns:
the type value
withKeyVaultMetaInfo
public EncryptionConfig withKeyVaultMetaInfo(KeyVaultMetaInfo keyVaultMetaInfo)
Set the keyVaultMetaInfo value.
Parameters:
keyVaultMetaInfo
- the keyVaultMetaInfo value to set
Returns:
the EncryptionConfig object itself.
withType
public EncryptionConfig withType(EncryptionConfigType type)
Set the type value.
Parameters:
type
- the type value to set
Returns:
the EncryptionConfig object itself.