Class MediaConvertJob
java.lang.Object
org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
Holds the information about a transcoding job from AWS MediaConvert.
- Author:
- joseross
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArn()getId()voidvoidsetBaseKey(String baseKey) voidsetDestination(String destination) void
-
Field Details
-
arn
ARN of the transcoding job. -
id
Id of the transcoding job. -
destination
Destination of the transcoding job output. -
baseKey
Base filename of the transcoding job output.
-
-
Constructor Details
-
MediaConvertJob
public MediaConvertJob()
-
-
Method Details
-
getArn
-
setArn
-
getId
-
setId
-
getDestination
-
setDestination
-
getBaseKey
-
setBaseKey
-