default CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.contentConfig(Consumer<PipelineOutputConfig.Builder> 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.
|
default Pipeline.Builder |
Pipeline.Builder.contentConfig(Consumer<PipelineOutputConfig.Builder> contentConfig) |
Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and
playlists.
|
default UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.contentConfig(Consumer<PipelineOutputConfig.Builder> 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.
|
default CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.thumbnailConfig(Consumer<PipelineOutputConfig.Builder> 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.
|
default Pipeline.Builder |
Pipeline.Builder.thumbnailConfig(Consumer<PipelineOutputConfig.Builder> thumbnailConfig) |
Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
|
default UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.thumbnailConfig(Consumer<PipelineOutputConfig.Builder> 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.
|