java.lang.Object
com.azure.resourcemanager.databricks.models.Encryption
All Implemented Interfaces:
com.azure.json.JsonSerializable<Encryption>

public final class Encryption extends Object implements com.azure.json.JsonSerializable<Encryption>
The object that contains details of encryption used on the workspace.
  • Constructor Details

    • Encryption

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

    • keySource

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

      public Encryption withKeySource(KeySource keySource)
      Set the keySource property: The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault.
      Parameters:
      keySource - the keySource value to set.
      Returns:
      the Encryption object itself.
    • keyName

      public String keyName()
      Get the keyName property: The name of KeyVault key.
      Returns:
      the keyName value.
    • withKeyName

      public Encryption withKeyName(String keyName)
      Set the keyName property: The name of KeyVault key.
      Parameters:
      keyName - the keyName value to set.
      Returns:
      the Encryption object itself.
    • keyVersion

      public String keyVersion()
      Get the keyVersion property: The version of KeyVault key.
      Returns:
      the keyVersion value.
    • withKeyVersion

      public Encryption withKeyVersion(String keyVersion)
      Set the keyVersion property: The version of KeyVault key.
      Parameters:
      keyVersion - the keyVersion value to set.
      Returns:
      the Encryption object itself.
    • keyVaultUri

      public String keyVaultUri()
      Get the keyVaultUri property: The Uri of KeyVault.
      Returns:
      the keyVaultUri value.
    • withKeyVaultUri

      public Encryption withKeyVaultUri(String keyVaultUri)
      Set the keyVaultUri property: The Uri of KeyVault.
      Parameters:
      keyVaultUri - the keyVaultUri value to set.
      Returns:
      the Encryption object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<Encryption>
      Throws:
      IOException
    • fromJson

      public static Encryption fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of Encryption from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of Encryption if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the Encryption.