Class Notifications
- All Implemented Interfaces:
Serializable
,Cloneable
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.getError()
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.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
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.toString()
Returns a string representation of this object; useful for testing and debugging.withCompleted
(String completed) The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.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.withWarning
(String warning) The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
-
Constructor Details
-
Notifications
public Notifications()
-
-
Method Details
-
setProgressing
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
- Parameters:
progressing
- The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
-
getProgressing
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.
-
withProgressing
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
- Parameters:
progressing
- The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCompleted
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
- Parameters:
completed
- The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
-
getCompleted
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.
-
withCompleted
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
- Parameters:
completed
- The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setWarning
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
- Parameters:
warning
- The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
-
getWarning
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.
-
withWarning
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
- Parameters:
warning
- The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setError
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
- Parameters:
error
- The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
-
getError
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.
-
withError
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
- Parameters:
error
- The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-