| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineOutputConfig |
CreatePipelineRequest.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. |
PipelineOutputConfig |
UpdatePipelineRequest.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. |
PipelineOutputConfig |
Pipeline.contentConfig()
Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and
playlists.
|
PipelineOutputConfig |
CreatePipelineRequest.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. |
PipelineOutputConfig |
UpdatePipelineRequest.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. |
PipelineOutputConfig |
Pipeline.thumbnailConfig()
Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.contentConfig(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. |
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.contentConfig(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. |
Pipeline.Builder |
Pipeline.Builder.contentConfig(PipelineOutputConfig contentConfig)
Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and
playlists.
|
CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.thumbnailConfig(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. |
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.thumbnailConfig(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. |
Pipeline.Builder |
Pipeline.Builder.thumbnailConfig(PipelineOutputConfig thumbnailConfig)
Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
|
Copyright © 2023. All rights reserved.