Uses of Class
com.amazonaws.services.elastictranscoder.model.Pipeline
Packages that use Pipeline
-
Uses of Pipeline in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return PipelineModifier and TypeMethodDescriptionPipeline.clone()
CreatePipelineResult.getPipeline()
A section of the response body that provides information about the pipeline that is created.ReadPipelineResult.getPipeline()
A section of the response body that provides information about the pipeline.UpdatePipelineNotificationsResult.getPipeline()
A section of the response body that provides information about the pipeline.UpdatePipelineResult.getPipeline()
UpdatePipelineStatusResult.getPipeline()
A section of the response body that provides information about the pipeline.The Amazon Resource Name (ARN) for the pipeline.Pipeline.withAwsKmsKeyArn
(String awsKmsKeyArn) The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.Pipeline.withContentConfig
(PipelineOutputConfig contentConfig) Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.The identifier for the 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.The name of the pipeline.Pipeline.withNotifications
(Notifications notifications) The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.Pipeline.withOutputBucket
(String outputBucket) The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists.The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.Pipeline.withStatus
(String status) The current status of the pipeline:Pipeline.withThumbnailConfig
(PipelineOutputConfig thumbnailConfig) Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type PipelineModifier and TypeMethodDescriptionListPipelinesResult.getPipelines()
An array ofPipeline
objects.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type PipelineModifier and TypeMethodDescriptionvoid
CreatePipelineResult.setPipeline
(Pipeline pipeline) A section of the response body that provides information about the pipeline that is created.void
ReadPipelineResult.setPipeline
(Pipeline pipeline) A section of the response body that provides information about the pipeline.void
UpdatePipelineNotificationsResult.setPipeline
(Pipeline pipeline) A section of the response body that provides information about the pipeline.void
UpdatePipelineResult.setPipeline
(Pipeline pipeline) void
UpdatePipelineStatusResult.setPipeline
(Pipeline pipeline) A section of the response body that provides information about the pipeline.CreatePipelineResult.withPipeline
(Pipeline pipeline) A section of the response body that provides information about the pipeline that is created.ReadPipelineResult.withPipeline
(Pipeline pipeline) A section of the response body that provides information about the pipeline.UpdatePipelineNotificationsResult.withPipeline
(Pipeline pipeline) A section of the response body that provides information about the pipeline.UpdatePipelineResult.withPipeline
(Pipeline pipeline) UpdatePipelineStatusResult.withPipeline
(Pipeline pipeline) A section of the response body that provides information about the pipeline.ListPipelinesResult.withPipelines
(Pipeline... pipelines) An array ofPipeline
objects.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type PipelineModifier and TypeMethodDescriptionvoid
ListPipelinesResult.setPipelines
(Collection<Pipeline> pipelines) An array ofPipeline
objects.ListPipelinesResult.withPipelines
(Collection<Pipeline> pipelines) An array ofPipeline
objects.