Struct aws_sdk_elastictranscoder::model::notifications::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Notifications
Implementations
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
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 has finished processing the job.
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 a warning condition.
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
Consumes the builder and constructs a Notifications
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more