Interface Notifications.Builder

    • Method Detail

      • progressing

        Notifications.Builder progressing​(String progressing)

        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.
      • completed

        Notifications.Builder completed​(String completed)

        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.
      • warning

        Notifications.Builder warning​(String warning)

        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.
      • error

        Notifications.Builder error​(String error)

        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.