Class MediaConvertProfile

java.lang.Object
org.craftercms.commons.config.profiles.ConfigurationProfile
org.craftercms.commons.config.profiles.aws.AbstractAwsProfile
org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile

public class MediaConvertProfile extends org.craftercms.commons.config.profiles.aws.AbstractAwsProfile
Holds the necessary information to request a transcoding job for AWS MediaConvert.
Author:
joseross
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    S3 URL to upload the files.
    protected String
    ARN of the Queue used to create the trancoding jobs.
    protected String
    ARN of the AWS Role used to create the transcoding jobs.
    protected String
    Name of the job template to use.

    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
     
     
     
     
    void
    setInputPath(String inputPath)
     
    void
     
    void
     
    void
    setTemplate(String template)
     

    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
  • Field Details

    • role

      protected String role
      ARN of the AWS Role used to create the transcoding jobs.
    • queue

      protected String queue
      ARN of the Queue used to create the trancoding jobs.
    • template

      protected String template
      Name of the job template to use.
    • inputPath

      protected String inputPath
      S3 URL to upload the files.
  • Constructor Details

    • MediaConvertProfile

      public MediaConvertProfile()
  • Method Details

    • getRole

      public String getRole()
    • setRole

      public void setRole(String role)
    • getQueue

      public String getQueue()
    • setQueue

      public void setQueue(String queue)
    • getTemplate

      public String getTemplate()
    • setTemplate

      public void setTemplate(String template)
    • getInputPath

      public String getInputPath()
    • setInputPath

      public void setInputPath(String inputPath)