Class ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier
java.lang.Object
com.azure.resourcemanager.mediaservices.models.ContentKeyPolicyPlayReadyContentKeyLocation
com.azure.resourcemanager.mediaservices.models.ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier
public final class ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier
extends ContentKeyPolicyPlayReadyContentKeyLocation
Specifies that the content key ID is specified in the PlayReady configuration.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier class. -
Method Summary
-
Constructor Details
-
ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier
public ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier()Creates an instance of ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier class.
-
-
Method Details
-
keyId
Get the keyId property: The content key ID.- Returns:
- the keyId value.
-
withKeyId
Set the keyId property: The content key ID.- Parameters:
keyId
- the keyId value to set.- Returns:
- the ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classContentKeyPolicyPlayReadyContentKeyLocation
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-