Class TranscoderJob
java.lang.Object
org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderJob
Represents the metadata of an AWS Elastic Transcoder job.
- Author:
- avasquez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the base key of the collection of transcoded files.getId()Returns the ID of the job.Returns the name of the S3 output bucket where the transcoder will put the result files.voidsetBaseKey(String baseKey) Sets the base key of the collection of transcoded files.voidSets the ID of the job.voidsetOutputBucket(String outputBucket) Sets the name of the S3 output bucket where the transcoder will put the result files.
-
Constructor Details
-
TranscoderJob
public TranscoderJob()
-
-
Method Details
-
getId
Returns the ID of the job. -
setId
Sets the ID of the job. -
getOutputBucket
Returns the name of the S3 output bucket where the transcoder will put the result files. -
setOutputBucket
Sets the name of the S3 output bucket where the transcoder will put the result files. -
getBaseKey
Returns the base key of the collection of transcoded files. The final filenames will bebaseKey + all output key suffixes. -
setBaseKey
Sets the base key of the collection of transcoded files. The final filenames will bebaseKey + all output key suffixes.
-