Struct aws_sdk_emr::model::scaling_trigger::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ScalingTrigger
Implementations
The definition of a CloudWatch metric alarm. When the defined alarm conditions are met along with other trigger parameters, scaling activity begins.
pub fn set_cloud_watch_alarm_definition(
self,
input: Option<CloudWatchAlarmDefinition>
) -> Self
pub fn set_cloud_watch_alarm_definition(
self,
input: Option<CloudWatchAlarmDefinition>
) -> Self
The definition of a CloudWatch metric alarm. When the defined alarm conditions are met along with other trigger parameters, scaling activity begins.
Consumes the builder and constructs a ScalingTrigger
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