EncryptionConfig Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.store.models.EncryptionConfig

public class EncryptionConfig

The encryption configuration for the account.

Method Summary

Modifier and Type Method and Description
KeyVaultMetaInfo keyVaultMetaInfo()

Get the keyVaultMetaInfo value.

EncryptionConfigType type()

Get the type value.

EncryptionConfig withKeyVaultMetaInfo(KeyVaultMetaInfo keyVaultMetaInfo)

Set the keyVaultMetaInfo value.

EncryptionConfig 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.

Applies to