Class EncryptionV2KeyVaultProperties

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

public final class EncryptionV2KeyVaultProperties extends Object
Key Vault input properties for encryption.
  • Constructor Details

    • EncryptionV2KeyVaultProperties

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

    • keyVaultUri

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

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

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

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

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

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

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