Uses of Interface
software.amazon.awssdk.services.elastictranscoder.model.Notifications.Builder
-
Packages that use Notifications.Builder Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of Notifications.Builder in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return Notifications.Builder Modifier and Type Method Description static Notifications.BuilderNotifications. builder()Notifications.BuilderNotifications.Builder. completed(String completed)The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.Notifications.BuilderNotifications.Builder. error(String error)The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.Notifications.BuilderNotifications.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.BuilderNotifications. toBuilder()Notifications.BuilderNotifications.Builder. warning(String warning)The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type Notifications.Builder Modifier and Type Method Description static Class<? extends Notifications.Builder>Notifications. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type Notifications.Builder Modifier and Type Method Description default CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. notifications(Consumer<Notifications.Builder> notifications)The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.default Pipeline.BuilderPipeline.Builder. notifications(Consumer<Notifications.Builder> notifications)The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.default UpdatePipelineNotificationsRequest.BuilderUpdatePipelineNotificationsRequest.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 UpdatePipelineRequest.BuilderUpdatePipelineRequest.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.
-