| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder |
|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePipelineResponse |
ElasticTranscoderClient.updatePipeline(Consumer<UpdatePipelineRequest.Builder> updatePipelineRequest)
Use the
UpdatePipeline operation to update settings for a pipeline. |
default CompletableFuture<UpdatePipelineResponse> |
ElasticTranscoderAsyncClient.updatePipeline(Consumer<UpdatePipelineRequest.Builder> updatePipelineRequest)
Use the
UpdatePipeline operation to update settings for a pipeline. |
| Modifier and Type | Method and Description |
|---|---|
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.awsKmsKeyArn(String awsKmsKeyArn)
The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
|
static UpdatePipelineRequest.Builder |
UpdatePipelineRequest.builder() |
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. |
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. |
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.id(String id)
The ID of the pipeline that you want to update.
|
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.inputBucket(String inputBucket)
The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you
want to use as watermarks.
|
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.name(String name)
The name of the pipeline.
|
default UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.notifications(Consumer<Notifications.Builder> notifications)
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report
job status.
|
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.notifications(Notifications notifications)
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report
job status.
|
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.role(String role)
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for
this pipeline.
|
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. |
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. |
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdatePipelineRequest.Builder> |
UpdatePipelineRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.