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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetBucket()

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

java.util.ListgetPermissions()

Optional.

StringgetStorageClass()

The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

voidsetBucket(String bucket)

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

voidsetPermissions(java.util.Collection permissions)

Optional.

voidsetStorageClass(String storageClass)

The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.