Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdatePipelineNotificationsRequest.Builder,UpdatePipelineNotificationsRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdatePipelineNotificationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdatePipelineNotificationsRequest.Builder,UpdatePipelineNotificationsRequest>
The UpdatePipelineNotificationsRequest
structure.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdatePipelineNotificationsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdatePipelineNotificationsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The identifier of the pipeline for which you want to change notification settings.
|
Notifications |
notifications() |
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job
status.
|
static Class<? extends UpdatePipelineNotificationsRequest.Builder> |
serializableBuilderClass() |
|
UpdatePipelineNotificationsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String id()
The identifier of the pipeline for which you want to change notification settings.
public Notifications notifications()
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
public UpdatePipelineNotificationsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdatePipelineNotificationsRequest.Builder,UpdatePipelineNotificationsRequest>
public static UpdatePipelineNotificationsRequest.Builder builder()
public static Class<? extends UpdatePipelineNotificationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.