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, secretKey

    Fields inherited from class org.craftercms.commons.config.profiles.ConfigurationProfile

    profileId
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the transcoder outputs that should be generated.
    Returns the pipeline ID of the Elastic Transcoder.
    void
    Sets the transcoder outputs that should be generated.
    void
    setPipelineId(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, setSecretKey

    Methods inherited from class org.craftercms.commons.config.profiles.ConfigurationProfile

    getProfileId, setProfileId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TranscoderProfile

      public TranscoderProfile()
  • Method Details

    • getPipelineId

      public String getPipelineId()
      Returns the pipeline ID of the Elastic Transcoder.
    • setPipelineId

      public void setPipelineId(String pipelineId)
      Sets the pipeline ID of the Elastic Transcoder.
    • getOutputs

      public List<TranscoderOutput> getOutputs()
      Returns the transcoder outputs that should be generated.
    • setOutputs

      public void setOutputs(List<TranscoderOutput> outputs)
      Sets the transcoder outputs that should be generated.