Class UrlSigningParamIdentifier
java.lang.Object
com.azure.resourcemanager.cdn.models.UrlSigningParamIdentifier
Defines how to identify a parameter for a specific purpose e.g. expires.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the paramIndicator property: Indicates the purpose of the parameter.Get the paramName property: Parameter name.voidvalidate()Validates the instance.withParamIndicator(ParamIndicator paramIndicator) Set the paramIndicator property: Indicates the purpose of the parameter.withParamName(String paramName) Set the paramName property: Parameter name.
-
Constructor Details
-
UrlSigningParamIdentifier
public UrlSigningParamIdentifier()
-
-
Method Details
-
paramIndicator
Get the paramIndicator property: Indicates the purpose of the parameter.- Returns:
- the paramIndicator value.
-
withParamIndicator
Set the paramIndicator property: Indicates the purpose of the parameter.- Parameters:
paramIndicator- the paramIndicator value to set.- Returns:
- the UrlSigningParamIdentifier object itself.
-
paramName
Get the paramName property: Parameter name.- Returns:
- the paramName value.
-
withParamName
Set the paramName property: Parameter name.- Parameters:
paramName- the paramName value to set.- Returns:
- the UrlSigningParamIdentifier object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-