| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder |
|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePipelineNotificationsResponse |
ElasticTranscoderClient.updatePipelineNotifications(Consumer<UpdatePipelineNotificationsRequest.Builder> updatePipelineNotificationsRequest)
With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS)
notifications for a pipeline.
|
default CompletableFuture<UpdatePipelineNotificationsResponse> |
ElasticTranscoderAsyncClient.updatePipelineNotifications(Consumer<UpdatePipelineNotificationsRequest.Builder> updatePipelineNotificationsRequest)
With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS)
notifications for a pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdatePipelineNotificationsRequest.Builder |
UpdatePipelineNotificationsRequest.builder() |
UpdatePipelineNotificationsRequest.Builder |
UpdatePipelineNotificationsRequest.Builder.id(String id)
The identifier of the pipeline for which you want to change notification settings.
|
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.
|
UpdatePipelineNotificationsRequest.Builder |
UpdatePipelineNotificationsRequest.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.
|
UpdatePipelineNotificationsRequest.Builder |
UpdatePipelineNotificationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePipelineNotificationsRequest.Builder |
UpdatePipelineNotificationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePipelineNotificationsRequest.Builder |
UpdatePipelineNotificationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdatePipelineNotificationsRequest.Builder> |
UpdatePipelineNotificationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.