Uses of Class
com.amazonaws.services.elastictranscoder.model.Pipeline
-
Packages that use Pipeline Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of Pipeline in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return Pipeline Modifier and Type Method Description PipelinePipeline. clone()PipelineCreatePipelineResult. getPipeline()A section of the response body that provides information about the pipeline that is created.PipelineReadPipelineResult. getPipeline()A section of the response body that provides information about the pipeline.PipelineUpdatePipelineNotificationsResult. getPipeline()A section of the response body that provides information about the pipeline.PipelineUpdatePipelineResult. getPipeline()PipelineUpdatePipelineStatusResult. getPipeline()A section of the response body that provides information about the pipeline.PipelinePipeline. withArn(String arn)The Amazon Resource Name (ARN) for the pipeline.PipelinePipeline. withAwsKmsKeyArn(String awsKmsKeyArn)The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.PipelinePipeline. withContentConfig(PipelineOutputConfig contentConfig)Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.PipelinePipeline. withId(String id)The identifier for the pipeline.PipelinePipeline. 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.PipelinePipeline. withName(String name)The name of the pipeline.PipelinePipeline. withNotifications(Notifications notifications)The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.PipelinePipeline. withOutputBucket(String outputBucket)The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists.PipelinePipeline. withRole(String role)The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.PipelinePipeline. withStatus(String status)The current status of the pipeline:PipelinePipeline. 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 Pipeline Modifier and Type Method Description List<Pipeline>ListPipelinesResult. getPipelines()An array ofPipelineobjects.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Pipeline Modifier and Type Method Description voidCreatePipelineResult. setPipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline that is created.voidReadPipelineResult. setPipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline.voidUpdatePipelineNotificationsResult. setPipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline.voidUpdatePipelineResult. setPipeline(Pipeline pipeline)voidUpdatePipelineStatusResult. setPipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline.CreatePipelineResultCreatePipelineResult. withPipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline that is created.ReadPipelineResultReadPipelineResult. withPipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline.UpdatePipelineNotificationsResultUpdatePipelineNotificationsResult. withPipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline.UpdatePipelineResultUpdatePipelineResult. withPipeline(Pipeline pipeline)UpdatePipelineStatusResultUpdatePipelineStatusResult. withPipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline.ListPipelinesResultListPipelinesResult. withPipelines(Pipeline... pipelines)An array ofPipelineobjects.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type Pipeline Modifier and Type Method Description voidListPipelinesResult. setPipelines(Collection<Pipeline> pipelines)An array ofPipelineobjects.ListPipelinesResultListPipelinesResult. withPipelines(Collection<Pipeline> pipelines)An array ofPipelineobjects.
-