Class LoadParameters
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.LoadParameters
-
public final class LoadParameters extends Object
Parameters required for content load.
-
-
Constructor Summary
Constructors Constructor Description LoadParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>contentPaths()Get the contentPaths property: The path to the content to be loaded.voidvalidate()Validates the instance.LoadParameterswithContentPaths(List<String> contentPaths)Set the contentPaths property: The path to the content to be loaded.
-
-
-
Method Detail
-
contentPaths
public List<String> contentPaths()
Get the contentPaths property: The path to the content to be loaded. Path should be a relative file URL of the origin.- Returns:
- the contentPaths value.
-
withContentPaths
public LoadParameters withContentPaths(List<String> contentPaths)
Set the contentPaths property: The path to the content to be loaded. Path should be a relative file URL of the origin.- Parameters:
contentPaths- the contentPaths value to set.- Returns:
- the LoadParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-