public class MediaConvertJob extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
arn
ARN of the transcoding job.
|
protected String |
baseKey
Base filename of the transcoding job output.
|
protected String |
destination
Destination of the transcoding job output.
|
protected String |
id
Id of the transcoding job.
|
Constructor and Description |
---|
MediaConvertJob() |
Modifier and Type | Method and Description |
---|---|
String |
getArn() |
String |
getBaseKey() |
String |
getDestination() |
String |
getId() |
void |
setArn(String arn) |
void |
setBaseKey(String baseKey) |
void |
setDestination(String destination) |
void |
setId(String id) |
protected String arn
protected String id
protected String destination
protected String baseKey
public String getArn()
public void setArn(String arn)
public String getId()
public void setId(String id)
public String getDestination()
public void setDestination(String destination)
public String getBaseKey()
public void setBaseKey(String baseKey)
Copyright © 2023 CrafterCMS. All rights reserved.