java.lang.Object
org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderJob

public class TranscoderJob extends Object
Represents the metadata of an AWS Elastic Transcoder job.
Author:
avasquez
  • Constructor Details

    • TranscoderJob

      public TranscoderJob()
  • Method Details

    • getId

      public String getId()
      Returns the ID of the job.
    • setId

      public void setId(String id)
      Sets the ID of the job.
    • getOutputBucket

      public String getOutputBucket()
      Returns the name of the S3 output bucket where the transcoder will put the result files.
    • setOutputBucket

      public void setOutputBucket(String outputBucket)
      Sets the name of the S3 output bucket where the transcoder will put the result files.
    • getBaseKey

      public String getBaseKey()
      Returns the base key of the collection of transcoded files. The final filenames will be baseKey + all output key suffixes.
    • setBaseKey

      public void setBaseKey(String baseKey)
      Sets the base key of the collection of transcoded files. The final filenames will be baseKey + all output key suffixes.