|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elastictranscoder.model.CreateJobRequest
public class CreateJobRequest
Container for the parameters to the CreateJob operation
.
To create a job, send a POST request to the /2012-09-25/jobs
resource.
When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created.
AmazonElasticTranscoder.createJob(CreateJobRequest)
,
Serialized FormConstructor Summary | |
---|---|
CreateJobRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
JobInput |
getInput()
A section of the request body that provides information about the file that is being transcoded. |
CreateJobOutput |
getOutput()
A section of the request body that provides information about the transcoded (target) file. |
java.lang.String |
getPipelineId()
The Id of the pipeline that you want Elastic Transcoder
to use for transcoding. |
int |
hashCode()
|
void |
setInput(JobInput input)
A section of the request body that provides information about the file that is being transcoded. |
void |
setOutput(CreateJobOutput output)
A section of the request body that provides information about the transcoded (target) file. |
void |
setPipelineId(java.lang.String pipelineId)
The Id of the pipeline that you want Elastic Transcoder
to use for transcoding. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateJobRequest |
withInput(JobInput input)
A section of the request body that provides information about the file that is being transcoded. |
CreateJobRequest |
withOutput(CreateJobOutput output)
A section of the request body that provides information about the transcoded (target) file. |
CreateJobRequest |
withPipelineId(java.lang.String pipelineId)
The Id of the pipeline that you want Elastic Transcoder
to use for transcoding. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateJobRequest()
Method Detail |
---|
public java.lang.String getPipelineId()
Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.
Constraints:
Pattern: ^\d{13}-\w{6}$
Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.public void setPipelineId(java.lang.String pipelineId)
Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.
Constraints:
Pattern: ^\d{13}-\w{6}$
pipelineId
- The Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.public CreateJobRequest withPipelineId(java.lang.String pipelineId)
Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
pipelineId
- The Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.
public JobInput getInput()
public void setInput(JobInput input)
input
- A section of the request body that provides information about the file
that is being transcoded.public CreateJobRequest withInput(JobInput input)
Returns a reference to this object so that method calls can be chained together.
input
- A section of the request body that provides information about the file
that is being transcoded.
public CreateJobOutput getOutput()
public void setOutput(CreateJobOutput output)
output
- A section of the request body that provides information about the
transcoded (target) file.public CreateJobRequest withOutput(CreateJobOutput output)
Returns a reference to this object so that method calls can be chained together.
output
- A section of the request body that provides information about the
transcoded (target) file.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |