Uses of Class
com.amazonaws.services.elastictranscoder.model.PipelineOutputConfig
Packages that use PipelineOutputConfig
-
Uses of PipelineOutputConfig in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return PipelineOutputConfigModifier and TypeMethodDescriptionPipelineOutputConfig.clone()
CreatePipelineRequest.getContentConfig()
The optionalContentConfig
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.Pipeline.getContentConfig()
Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.UpdatePipelineRequest.getContentConfig()
The optionalContentConfig
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.CreatePipelineRequest.getThumbnailConfig()
TheThumbnailConfig
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.Pipeline.getThumbnailConfig()
Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.UpdatePipelineRequest.getThumbnailConfig()
TheThumbnailConfig
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.PipelineOutputConfig.withBucket
(String bucket) The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files.PipelineOutputConfig.withPermissions
(Permission... permissions) Optional.PipelineOutputConfig.withPermissions
(Collection<Permission> permissions) Optional.PipelineOutputConfig.withStorageClass
(String storageClass) The Amazon S3 storage class,Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type PipelineOutputConfigModifier and TypeMethodDescriptionvoid
CreatePipelineRequest.setContentConfig
(PipelineOutputConfig contentConfig) The optionalContentConfig
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.void
Pipeline.setContentConfig
(PipelineOutputConfig contentConfig) Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.void
UpdatePipelineRequest.setContentConfig
(PipelineOutputConfig contentConfig) The optionalContentConfig
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.void
CreatePipelineRequest.setThumbnailConfig
(PipelineOutputConfig thumbnailConfig) TheThumbnailConfig
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.void
Pipeline.setThumbnailConfig
(PipelineOutputConfig thumbnailConfig) Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.void
UpdatePipelineRequest.setThumbnailConfig
(PipelineOutputConfig thumbnailConfig) TheThumbnailConfig
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.CreatePipelineRequest.withContentConfig
(PipelineOutputConfig contentConfig) The optionalContentConfig
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.Pipeline.withContentConfig
(PipelineOutputConfig contentConfig) Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.UpdatePipelineRequest.withContentConfig
(PipelineOutputConfig contentConfig) The optionalContentConfig
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.CreatePipelineRequest.withThumbnailConfig
(PipelineOutputConfig thumbnailConfig) TheThumbnailConfig
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.Pipeline.withThumbnailConfig
(PipelineOutputConfig thumbnailConfig) Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.UpdatePipelineRequest.withThumbnailConfig
(PipelineOutputConfig thumbnailConfig) TheThumbnailConfig
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.