Class AkamaiAccessControl
java.lang.Object
com.azure.resourcemanager.mediaservices.models.AkamaiAccessControl
Akamai access control.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the akamaiSignatureHeaderAuthenticationKeyList property: authentication key list.void
validate()
Validates the instance.withAkamaiSignatureHeaderAuthenticationKeyList
(List<AkamaiSignatureHeaderAuthenticationKey> akamaiSignatureHeaderAuthenticationKeyList) Set the akamaiSignatureHeaderAuthenticationKeyList property: authentication key list.
-
Constructor Details
-
AkamaiAccessControl
public AkamaiAccessControl()Creates an instance of AkamaiAccessControl class.
-
-
Method Details
-
akamaiSignatureHeaderAuthenticationKeyList
Get the akamaiSignatureHeaderAuthenticationKeyList property: authentication key list.- Returns:
- the akamaiSignatureHeaderAuthenticationKeyList value.
-
withAkamaiSignatureHeaderAuthenticationKeyList
public AkamaiAccessControl withAkamaiSignatureHeaderAuthenticationKeyList(List<AkamaiSignatureHeaderAuthenticationKey> akamaiSignatureHeaderAuthenticationKeyList) Set the akamaiSignatureHeaderAuthenticationKeyList property: authentication key list.- Parameters:
akamaiSignatureHeaderAuthenticationKeyList
- the akamaiSignatureHeaderAuthenticationKeyList value to set.- Returns:
- the AkamaiAccessControl object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-