public final class EncryptionProperties extends Object
| Constructor and Description |
|---|
EncryptionProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyName()
Get the keyName property: The encryption key name.
|
String |
keyVersion()
Get the keyVersion property: The encryption key version.
|
void |
validate()
Validates the instance.
|
String |
vaultBaseUrl()
Get the vaultBaseUrl property: The keyvault base url.
|
EncryptionProperties |
withKeyName(String keyName)
Set the keyName property: The encryption key name.
|
EncryptionProperties |
withKeyVersion(String keyVersion)
Set the keyVersion property: The encryption key version.
|
EncryptionProperties |
withVaultBaseUrl(String vaultBaseUrl)
Set the vaultBaseUrl property: The keyvault base url.
|
public String vaultBaseUrl()
public EncryptionProperties withVaultBaseUrl(String vaultBaseUrl)
vaultBaseUrl - the vaultBaseUrl value to set.public String keyName()
public EncryptionProperties withKeyName(String keyName)
keyName - the keyName value to set.public String keyVersion()
public EncryptionProperties withKeyVersion(String keyVersion)
keyVersion - the keyVersion value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.