| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
static Notifications.Builder |
Notifications.builder() |
Notifications.Builder |
Notifications.Builder.completed(String completed)
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
|
Notifications.Builder |
Notifications.Builder.error(String error)
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
|
Notifications.Builder |
Notifications.Builder.progressing(String progressing)
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has
started to process the job.
|
Notifications.Builder |
Notifications.toBuilder() |
Notifications.Builder |
Notifications.Builder.warning(String warning)
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Notifications.Builder> |
Notifications.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePipelineNotificationsRequest.Builder |
UpdatePipelineNotificationsRequest.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.
|
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.
|
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.
|
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.
|
Copyright © 2023. All rights reserved.