Class TranscoderProfile
java.lang.Object
org.craftercms.commons.config.profiles.ConfigurationProfile
org.craftercms.commons.config.profiles.aws.AbstractAwsProfile
org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderProfile
public class TranscoderProfile
extends org.craftercms.commons.config.profiles.aws.AbstractAwsProfile
Holds the necessary information to request a transcoding job to the AWS Elastic Transcoder.
- Author:
- avasquez
-
Field Summary
Fields inherited from class org.craftercms.commons.config.profiles.aws.AbstractAwsProfile
accessKey, endpoint, region, secretKeyFields inherited from class org.craftercms.commons.config.profiles.ConfigurationProfile
profileId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the transcoder outputs that should be generated.Returns the pipeline ID of the Elastic Transcoder.voidsetOutputs(List<TranscoderOutput> outputs) Sets the transcoder outputs that should be generated.voidsetPipelineId(String pipelineId) Sets the pipeline ID of the Elastic Transcoder.Methods inherited from class org.craftercms.commons.config.profiles.aws.AbstractAwsProfile
equals, getAccessKey, getCredentialsProvider, getEndpoint, getRegion, getSecretKey, hashCode, setAccessKey, setEndpoint, setRegion, setSecretKeyMethods inherited from class org.craftercms.commons.config.profiles.ConfigurationProfile
getProfileId, setProfileId
-
Constructor Details
-
TranscoderProfile
public TranscoderProfile()
-
-
Method Details
-
getPipelineId
Returns the pipeline ID of the Elastic Transcoder. -
setPipelineId
Sets the pipeline ID of the Elastic Transcoder. -
getOutputs
Returns the transcoder outputs that should be generated. -
setOutputs
Sets the transcoder outputs that should be generated.
-