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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetAwsKmsKeyArn()

The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

StringgetInputBucket()

The Amazon S3 bucket in which you saved the media files that you want to transcode.

StringgetName()

The name of the pipeline.

StringgetOutputBucket()

The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files.

StringgetRole()

The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

voidsetAwsKmsKeyArn(String awsKmsKeyArn)

The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

voidsetContentConfig(PipelineOutputConfig contentConfig)

The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

voidsetInputBucket(String inputBucket)

The Amazon S3 bucket in which you saved the media files that you want to transcode.

voidsetName(String name)

The name of the pipeline.

voidsetOutputBucket(String outputBucket)

The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files.

voidsetRole(String role)

The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

voidsetThumbnailConfig(PipelineOutputConfig thumbnailConfig)

The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.