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