Struct aws_sdk_emr::model::scaling_rule::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ScalingRule
Implementations
The name used to identify an automatic scaling rule. Rule names must be unique within a scaling policy.
The name used to identify an automatic scaling rule. Rule names must be unique within a scaling policy.
A friendly, more verbose description of the automatic scaling rule.
A friendly, more verbose description of the automatic scaling rule.
The conditions that trigger an automatic scaling activity.
The conditions that trigger an automatic scaling activity.
The CloudWatch alarm definition that determines when automatic scaling activity is triggered.
The CloudWatch alarm definition that determines when automatic scaling activity is triggered.
Consumes the builder and constructs a ScalingRule
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