Class UpdatePipelineNotificationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.elastictranscoder.model.ElasticTranscoderRequest
-
- software.amazon.awssdk.services.elastictranscoder.model.UpdatePipelineNotificationsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdatePipelineNotificationsRequest.Builder,UpdatePipelineNotificationsRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdatePipelineNotificationsRequest extends ElasticTranscoderRequest implements ToCopyableBuilder<UpdatePipelineNotificationsRequest.Builder,UpdatePipelineNotificationsRequest>
The
UpdatePipelineNotificationsRequeststructure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdatePipelineNotificationsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdatePipelineNotificationsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the pipeline for which you want to change notification settings.Notificationsnotifications()The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.List<SdkField<?>>sdkFields()static Class<? extends UpdatePipelineNotificationsRequest.Builder>serializableBuilderClass()UpdatePipelineNotificationsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The identifier of the pipeline for which you want to change notification settings.
- Returns:
- The identifier of the pipeline for which you want to change notification settings.
-
notifications
public final 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.
-
Complete: 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.
- Returns:
- 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.
-
Complete: 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.
-
-
-
toBuilder
public UpdatePipelineNotificationsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdatePipelineNotificationsRequest.Builder,UpdatePipelineNotificationsRequest>- Specified by:
toBuilderin classElasticTranscoderRequest
-
builder
public static UpdatePipelineNotificationsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdatePipelineNotificationsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-