Struct aws_sdk_emr::model::auto_scaling_policy::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for AutoScalingPolicy
Implementations
The upper and lower EC2 instance limits for an automatic scaling policy. Automatic scaling activity will not cause an instance group to grow above or below these limits.
The upper and lower EC2 instance limits for an automatic scaling policy. Automatic scaling activity will not cause an instance group to grow above or below these limits.
Appends an item to rules.
To override the contents of this collection use set_rules.
The scale-in and scale-out rules that comprise the automatic scaling policy.
The scale-in and scale-out rules that comprise the automatic scaling policy.
Consumes the builder and constructs a AutoScalingPolicy
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