Struct aws_sdk_emr::model::scaling_action::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ScalingAction
Implementations
Not available for instance groups. Instance groups use the market type specified for the group.
Not available for instance groups. Instance groups use the market type specified for the group.
pub fn simple_scaling_policy_configuration(
self,
input: SimpleScalingPolicyConfiguration
) -> Self
pub fn simple_scaling_policy_configuration(
self,
input: SimpleScalingPolicyConfiguration
) -> Self
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
pub fn set_simple_scaling_policy_configuration(
self,
input: Option<SimpleScalingPolicyConfiguration>
) -> Self
pub fn set_simple_scaling_policy_configuration(
self,
input: Option<SimpleScalingPolicyConfiguration>
) -> Self
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
Consumes the builder and constructs a ScalingAction
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