|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elastictranscoder.model.Notifications
public class Notifications
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.
Constructor Summary | |
---|---|
Notifications()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCompleted()
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job. |
String |
getError()
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. |
String |
getProgressing()
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job. |
String |
getWarning()
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. |
int |
hashCode()
|
void |
setCompleted(String completed)
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job. |
void |
setError(String error)
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. |
void |
setProgressing(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(String warning)
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Notifications |
withCompleted(String completed)
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job. |
Notifications |
withError(String error)
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. |
Notifications |
withProgressing(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(String warning)
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Notifications()
Method Detail |
---|
public String getProgressing()
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
public void setProgressing(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(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 String getCompleted()
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
public void setCompleted(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(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 String getWarning()
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
public void setWarning(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(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 String getError()
Constraints:
Pattern: (^$)|(^arn:aws:sns:.*:\w{12}:.+$)
public void setError(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |