public final class UrlSigningKey extends Object
| Constructor and Description |
|---|
UrlSigningKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyId()
Get the keyId property: Defines the customer defined key Id.
|
KeyVaultSigningKeyParameters |
keySourceParameters()
Get the keySourceParameters property: Defines the parameters for using customer key vault for Url Signing Key.
|
void |
validate()
Validates the instance.
|
UrlSigningKey |
withKeyId(String keyId)
Set the keyId property: Defines the customer defined key Id.
|
UrlSigningKey |
withKeySourceParameters(KeyVaultSigningKeyParameters keySourceParameters)
Set the keySourceParameters property: Defines the parameters for using customer key vault for Url Signing Key.
|
public String keyId()
public UrlSigningKey withKeyId(String keyId)
keyId - the keyId value to set.public KeyVaultSigningKeyParameters keySourceParameters()
public UrlSigningKey withKeySourceParameters(KeyVaultSigningKeyParameters keySourceParameters)
keySourceParameters - the keySourceParameters value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.