Class Notifications
- java.lang.Object
-
- software.amazon.awssdk.services.elastictranscoder.model.Notifications
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Notifications.Builder,Notifications>
@Generated("software.amazon.awssdk:codegen") public final class Notifications extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Notifications.Builder,Notifications>
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotifications.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Notifications.Builderbuilder()Stringcompleted()The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringerror()The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprogressing()The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.List<SdkField<?>>sdkFields()static Class<? extends Notifications.Builder>serializableBuilderClass()Notifications.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringwarning()The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.-
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
-
progressing
public final String progressing()
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
- Returns:
- The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
-
completed
public final String completed()
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
- Returns:
- The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
-
warning
public final String warning()
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
- Returns:
- The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
-
error
public final String error()
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
- Returns:
- The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
-
toBuilder
public Notifications.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Notifications.Builder,Notifications>
-
builder
public static Notifications.Builder builder()
-
serializableBuilderClass
public static Class<? extends Notifications.Builder> serializableBuilderClass()
-
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.
-
-