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
FieldsModifier and TypeFieldDescriptionprotected StringS3 URL to upload the files.protected StringARN of the Queue used to create the trancoding jobs.protected StringARN of the AWS Role used to create the transcoding jobs.protected StringName of the job template to use.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 TypeMethodDescriptiongetQueue()getRole()voidsetInputPath(String inputPath) voidvoidvoidsetTemplate(String template) 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
-
Field Details
-
role
ARN of the AWS Role used to create the transcoding jobs. -
queue
ARN of the Queue used to create the trancoding jobs. -
template
Name of the job template to use. -
inputPath
S3 URL to upload the files.
-
-
Constructor Details
-
MediaConvertProfile
public MediaConvertProfile()
-
-
Method Details
-
getRole
-
setRole
-
getQueue
-
setQueue
-
getTemplate
-
setTemplate
-
getInputPath
-
setInputPath
-