| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineOutputConfig.Builder |
PipelineOutputConfig.Builder.bucket(String bucket)
The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files.
|
static PipelineOutputConfig.Builder |
PipelineOutputConfig.builder() |
PipelineOutputConfig.Builder |
PipelineOutputConfig.Builder.permissions(Collection<Permission> permissions)
Optional.
|
PipelineOutputConfig.Builder |
PipelineOutputConfig.Builder.permissions(Consumer<Permission.Builder>... permissions)
Optional.
|
PipelineOutputConfig.Builder |
PipelineOutputConfig.Builder.permissions(Permission... permissions)
Optional.
|
PipelineOutputConfig.Builder |
PipelineOutputConfig.Builder.storageClass(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. |
PipelineOutputConfig.Builder |
PipelineOutputConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PipelineOutputConfig.Builder> |
PipelineOutputConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.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.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 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.
|
Copyright © 2023. All rights reserved.