| Package | Description | 
|---|---|
| com.amazonaws.services.elastictranscoder.model | 
 Classes modeling the various types represented by AmazonElasticTranscoder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Pipeline | 
UpdatePipelineStatusResult.getPipeline()
A section of the response body that provides information about the
 pipeline. 
 | 
Pipeline | 
UpdatePipelineResult.getPipeline()
The pipeline (queue) that is used to manage jobs. 
 | 
Pipeline | 
UpdatePipelineNotificationsResult.getPipeline()
A section of the response body that provides information about the
 pipeline. 
 | 
Pipeline | 
ReadPipelineResult.getPipeline()
A section of the response body that provides information about the
 pipeline. 
 | 
Pipeline | 
CreatePipelineResult.getPipeline()
A section of the response body that provides information about the
 pipeline that is created. 
 | 
Pipeline | 
Pipeline.withArn(String arn)
The Amazon Resource Name (ARN) for the pipeline. 
 | 
Pipeline | 
Pipeline.withAwsKmsKeyArn(String awsKmsKeyArn)
The AWS Key Management Service (AWS KMS) key that you want to use with
 this pipeline. 
 | 
Pipeline | 
Pipeline.withContentConfig(PipelineOutputConfig contentConfig)
Information about the Amazon S3 bucket in which you want Elastic
 Transcoder to save transcoded files and playlists. 
 | 
Pipeline | 
Pipeline.withId(String id)
The identifier for the pipeline. 
 | 
Pipeline | 
Pipeline.withInputBucket(String inputBucket)
The Amazon S3 bucket from which Elastic Transcoder gets media files
 for transcoding and the graphics files, if any, that you want to use
 for watermarks. 
 | 
Pipeline | 
Pipeline.withName(String name)
The name of the pipeline. 
 | 
Pipeline | 
Pipeline.withNotifications(Notifications notifications)
The Amazon Simple Notification Service (Amazon SNS) topic that you
 want to notify to report job status. 
 | 
Pipeline | 
Pipeline.withOutputBucket(String outputBucket)
The Amazon S3 bucket in which you want Elastic Transcoder to save
 transcoded files, thumbnails, and playlists. 
 | 
Pipeline | 
Pipeline.withRole(String role)
The IAM Amazon Resource Name (ARN) for the role that Elastic
 Transcoder uses to transcode jobs for this pipeline. 
 | 
Pipeline | 
Pipeline.withStatus(String status)
The current status of the pipeline:   
Active: The
 pipeline is processing jobs. Paused: The
 pipeline is not currently processing jobs.  | 
Pipeline | 
Pipeline.withThumbnailConfig(PipelineOutputConfig thumbnailConfig)
Information about the Amazon S3 bucket in which you want Elastic
 Transcoder to save thumbnail files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Pipeline> | 
ListPipelinesResult.getPipelines()
An array of  
Pipeline objects. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UpdatePipelineStatusResult.setPipeline(Pipeline pipeline)
A section of the response body that provides information about the
 pipeline. 
 | 
void | 
UpdatePipelineResult.setPipeline(Pipeline pipeline)
The pipeline (queue) that is used to manage jobs. 
 | 
void | 
UpdatePipelineNotificationsResult.setPipeline(Pipeline pipeline)
A section of the response body that provides information about the
 pipeline. 
 | 
void | 
ReadPipelineResult.setPipeline(Pipeline pipeline)
A section of the response body that provides information about the
 pipeline. 
 | 
void | 
CreatePipelineResult.setPipeline(Pipeline pipeline)
A section of the response body that provides information about the
 pipeline that is created. 
 | 
UpdatePipelineStatusResult | 
UpdatePipelineStatusResult.withPipeline(Pipeline pipeline)
A section of the response body that provides information about the
 pipeline. 
 | 
UpdatePipelineResult | 
UpdatePipelineResult.withPipeline(Pipeline pipeline)
The pipeline (queue) that is used to manage jobs. 
 | 
UpdatePipelineNotificationsResult | 
UpdatePipelineNotificationsResult.withPipeline(Pipeline pipeline)
A section of the response body that provides information about the
 pipeline. 
 | 
ReadPipelineResult | 
ReadPipelineResult.withPipeline(Pipeline pipeline)
A section of the response body that provides information about the
 pipeline. 
 | 
CreatePipelineResult | 
CreatePipelineResult.withPipeline(Pipeline pipeline)
A section of the response body that provides information about the
 pipeline that is created. 
 | 
ListPipelinesResult | 
ListPipelinesResult.withPipelines(Pipeline... pipelines)
An array of  
Pipeline objects. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ListPipelinesResult.setPipelines(Collection<Pipeline> pipelines)
An array of  
Pipeline objects. | 
ListPipelinesResult | 
ListPipelinesResult.withPipelines(Collection<Pipeline> pipelines)
An array of  
Pipeline objects. | 
Copyright © 2014. All rights reserved.