Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.PipelineOutputConfig
-
Packages that use PipelineOutputConfig Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of PipelineOutputConfig in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return PipelineOutputConfig Modifier and Type Method Description PipelineOutputConfigCreatePipelineRequest. contentConfig()The optionalContentConfigobject 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.PipelineOutputConfigPipeline. contentConfig()Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.PipelineOutputConfigUpdatePipelineRequest. contentConfig()The optionalContentConfigobject 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.PipelineOutputConfigCreatePipelineRequest. thumbnailConfig()TheThumbnailConfigobject 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.PipelineOutputConfigPipeline. thumbnailConfig()Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.PipelineOutputConfigUpdatePipelineRequest. thumbnailConfig()TheThumbnailConfigobject 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.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type PipelineOutputConfig Modifier and Type Method Description CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. contentConfig(PipelineOutputConfig contentConfig)The optionalContentConfigobject 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.BuilderPipeline.Builder. contentConfig(PipelineOutputConfig contentConfig)Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.UpdatePipelineRequest.BuilderUpdatePipelineRequest.Builder. contentConfig(PipelineOutputConfig contentConfig)The optionalContentConfigobject 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.BuilderCreatePipelineRequest.Builder. thumbnailConfig(PipelineOutputConfig thumbnailConfig)TheThumbnailConfigobject 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.BuilderPipeline.Builder. thumbnailConfig(PipelineOutputConfig thumbnailConfig)Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.UpdatePipelineRequest.BuilderUpdatePipelineRequest.Builder. thumbnailConfig(PipelineOutputConfig thumbnailConfig)TheThumbnailConfigobject 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.
-