Class TransformProperties
java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.TransformProperties
A Transform.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreated()
Get the created property: The UTC date and time when the Transform was created, in 'YYYY-MM-DDThh:mm:ssZ' format.Get the description property: An optional verbose description of the Transform.Get the lastModified property: The UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.outputs()
Get the outputs property: An array of one or more TransformOutputs that the Transform should generate.void
validate()
Validates the instance.withDescription
(String description) Set the description property: An optional verbose description of the Transform.withOutputs
(List<TransformOutput> outputs) Set the outputs property: An array of one or more TransformOutputs that the Transform should generate.
-
Constructor Details
-
TransformProperties
public TransformProperties()Creates an instance of TransformProperties class.
-
-
Method Details
-
created
Get the created property: The UTC date and time when the Transform was created, in 'YYYY-MM-DDThh:mm:ssZ' format.- Returns:
- the created value.
-
description
Get the description property: An optional verbose description of the Transform.- Returns:
- the description value.
-
withDescription
Set the description property: An optional verbose description of the Transform.- Parameters:
description
- the description value to set.- Returns:
- the TransformProperties object itself.
-
lastModified
Get the lastModified property: The UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.- Returns:
- the lastModified value.
-
outputs
Get the outputs property: An array of one or more TransformOutputs that the Transform should generate.- Returns:
- the outputs value.
-
withOutputs
Set the outputs property: An array of one or more TransformOutputs that the Transform should generate.- Parameters:
outputs
- the outputs value to set.- Returns:
- the TransformProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-