Class EncryptionV2

java.lang.Object
com.azure.resourcemanager.databricks.models.EncryptionV2

public final class EncryptionV2 extends Object
The object that contains details of encryption used on the workspace.
  • Constructor Details

    • EncryptionV2

      public EncryptionV2()
      Creates an instance of EncryptionV2 class.
  • Method Details

    • keySource

      public EncryptionKeySource keySource()
      Get the keySource property: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault.
      Returns:
      the keySource value.
    • withKeySource

      public EncryptionV2 withKeySource(EncryptionKeySource keySource)
      Set the keySource property: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault.
      Parameters:
      keySource - the keySource value to set.
      Returns:
      the EncryptionV2 object itself.
    • keyVaultProperties

      public EncryptionV2KeyVaultProperties keyVaultProperties()
      Get the keyVaultProperties property: Key Vault input properties for encryption.
      Returns:
      the keyVaultProperties value.
    • withKeyVaultProperties

      public EncryptionV2 withKeyVaultProperties(EncryptionV2KeyVaultProperties keyVaultProperties)
      Set the keyVaultProperties property: Key Vault input properties for encryption.
      Parameters:
      keyVaultProperties - the keyVaultProperties value to set.
      Returns:
      the EncryptionV2 object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.