Java com.amazonaws.services.elastictranscoder.model CreateJobRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elastictranscoder.model CreateJobRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elastictranscoder.model CreateJobRequest.

The text is from its open source code.

Constructor

Method

StringgetOutputKeyPrefix()

The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

StringgetPipelineId()

The Id of the pipeline that you want Elastic Transcoder to use for transcoding.

voidsetInput(JobInput input)

A section of the request body that provides information about the file that is being transcoded.

voidsetOutputKeyPrefix(String outputKeyPrefix)

The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

voidsetOutputs(java.util.Collection outputs)

A section of the request body that provides information about the transcoded (target) files.

voidsetPipelineId(String pipelineId)

The Id of the pipeline that you want Elastic Transcoder to use for transcoding.

CreateJobRequestwithInput(JobInput input)

A section of the request body that provides information about the file that is being transcoded.

CreateJobRequestwithOutput(CreateJobOutput output)

A section of the request body that provides information about the transcoded (target) file.

CreateJobRequestwithPipelineId(String pipelineId)

The Id of the pipeline that you want Elastic Transcoder to use for transcoding.