Class TransformProperties

java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.TransformProperties

public final class TransformProperties extends Object
A Transform.
  • Constructor Details

    • TransformProperties

      public TransformProperties()
      Creates an instance of TransformProperties class.
  • Method Details

    • created

      public OffsetDateTime 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

      public String description()
      Get the description property: An optional verbose description of the Transform.
      Returns:
      the description value.
    • withDescription

      public TransformProperties withDescription(String description)
      Set the description property: An optional verbose description of the Transform.
      Parameters:
      description - the description value to set.
      Returns:
      the TransformProperties object itself.
    • lastModified

      public OffsetDateTime 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

      public List<TransformOutput> outputs()
      Get the outputs property: An array of one or more TransformOutputs that the Transform should generate.
      Returns:
      the outputs value.
    • withOutputs

      public TransformProperties withOutputs(List<TransformOutput> outputs)
      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.