@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Notifications.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Notifications.Builder |
builder() |
String |
completed()
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
error()
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) |
int |
hashCode() |
String |
progressing()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
warning()
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public final String completed()
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
public final String warning()
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
public final String error()
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
public Notifications.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Notifications.Builder,Notifications>public static Notifications.Builder builder()
public static Class<? extends Notifications.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.