public class Notifications
extends java.lang.Object
implements java.io.Serializable
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
IMPORTANT:To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
| コンストラクタと説明 |
|---|
Notifications() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCompleted()
The Amazon SNS topic that you want to notify when Elastic Transcoder
has finished processing the job.
|
java.lang.String |
getError()
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.
|
java.lang.String |
getProgressing()
The Amazon Simple Notification Service (Amazon SNS) topic that you
want to notify when Elastic Transcoder has started to process the job.
|
java.lang.String |
getWarning()
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.
|
int |
hashCode() |
void |
setCompleted(java.lang.String completed)
The Amazon SNS topic that you want to notify when Elastic Transcoder
has finished processing the job.
|
void |
setError(java.lang.String error)
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.
|
void |
setProgressing(java.lang.String progressing)
The Amazon Simple Notification Service (Amazon SNS) topic that you
want to notify when Elastic Transcoder has started to process the job.
|
void |
setWarning(java.lang.String warning)
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Notifications |
withCompleted(java.lang.String completed)
The Amazon SNS topic that you want to notify when Elastic Transcoder
has finished processing the job.
|
Notifications |
withError(java.lang.String error)
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.
|
Notifications |
withProgressing(java.lang.String progressing)
The Amazon Simple Notification Service (Amazon SNS) topic that you
want to notify when Elastic Transcoder has started to process the job.
|
Notifications |
withWarning(java.lang.String warning)
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.
|
public java.lang.String getProgressing()
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
public void setProgressing(java.lang.String progressing)
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
progressing - The Amazon Simple Notification Service (Amazon SNS) topic that you
want to notify when Elastic Transcoder has started to process the job.public Notifications withProgressing(java.lang.String progressing)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
progressing - The Amazon Simple Notification Service (Amazon SNS) topic that you
want to notify when Elastic Transcoder has started to process the job.public java.lang.String getCompleted()
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
public void setCompleted(java.lang.String completed)
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
completed - The Amazon SNS topic that you want to notify when Elastic Transcoder
has finished processing the job.public Notifications withCompleted(java.lang.String completed)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
completed - The Amazon SNS topic that you want to notify when Elastic Transcoder
has finished processing the job.public java.lang.String getWarning()
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
public void setWarning(java.lang.String warning)
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
warning - The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.public Notifications withWarning(java.lang.String warning)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
warning - The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.public java.lang.String getError()
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
public void setError(java.lang.String error)
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
error - The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.public Notifications withError(java.lang.String error)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
error - The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object