| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
Pipeline.Builder |
Pipeline.Builder.arn(String arn)
The Amazon Resource Name (ARN) for the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.awsKmsKeyArn(String awsKmsKeyArn)
The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
|
static Pipeline.Builder |
Pipeline.builder() |
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.
|
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.
|
Pipeline.Builder |
Pipeline.Builder.id(String id)
The identifier for the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.inputBucket(String inputBucket)
The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files,
if any, that you want to use for watermarks.
|
Pipeline.Builder |
Pipeline.Builder.name(String name)
The name of the pipeline.
|
default Pipeline.Builder |
Pipeline.Builder.notifications(Consumer<Notifications.Builder> notifications)
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
|
Pipeline.Builder |
Pipeline.Builder.notifications(Notifications notifications)
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
|
Pipeline.Builder |
Pipeline.Builder.outputBucket(String outputBucket)
The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and
playlists.
|
Pipeline.Builder |
Pipeline.Builder.role(String role)
The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this
pipeline.
|
Pipeline.Builder |
Pipeline.Builder.status(String status)
The current status of the pipeline:
|
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.
|
Pipeline.Builder |
Pipeline.Builder.thumbnailConfig(PipelineOutputConfig thumbnailConfig)
Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
|
Pipeline.Builder |
Pipeline.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Pipeline.Builder> |
Pipeline.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePipelineNotificationsResponse.Builder |
UpdatePipelineNotificationsResponse.Builder.pipeline(Consumer<Pipeline.Builder> pipeline)
A section of the response body that provides information about the pipeline associated with this
notification.
|
default UpdatePipelineStatusResponse.Builder |
UpdatePipelineStatusResponse.Builder.pipeline(Consumer<Pipeline.Builder> pipeline)
A section of the response body that provides information about the pipeline.
|
default UpdatePipelineResponse.Builder |
UpdatePipelineResponse.Builder.pipeline(Consumer<Pipeline.Builder> pipeline)
The pipeline updated by this
UpdatePipelineResponse call. |
default CreatePipelineResponse.Builder |
CreatePipelineResponse.Builder.pipeline(Consumer<Pipeline.Builder> pipeline)
A section of the response body that provides information about the pipeline that is created.
|
default ReadPipelineResponse.Builder |
ReadPipelineResponse.Builder.pipeline(Consumer<Pipeline.Builder> pipeline)
A section of the response body that provides information about the pipeline.
|
Copyright © 2023. All rights reserved.