public class TranscoderJob extends Object
Constructor and Description |
---|
TranscoderJob() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseKey()
Returns the base key of the collection of transcoded files.
|
String |
getId()
Returns the ID of the job.
|
String |
getOutputBucket()
Returns the name of the S3 output bucket where the transcoder will put the result files.
|
void |
setBaseKey(String baseKey)
Sets the base key of the collection of transcoded files.
|
void |
setId(String id)
Sets the ID of the job.
|
void |
setOutputBucket(String outputBucket)
Sets the name of the S3 output bucket where the transcoder will put the result files.
|
public String getId()
public void setId(String id)
public String getOutputBucket()
public void setOutputBucket(String outputBucket)
public String getBaseKey()
baseKey + all output key suffixes
.public void setBaseKey(String baseKey)
baseKey + all output key suffixes
.Copyright © 2018 CrafterCMS. All rights reserved.