Interface Notifications.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Notifications.Builder,Notifications>, SdkBuilder<Notifications.Builder,Notifications>, SdkPojo
Enclosing class:
Notifications

public static interface Notifications.Builder extends SdkPojo, CopyableBuilder<Notifications.Builder,Notifications>
  • Method Details

    • 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

      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.