Struct aws_sdk_dynamodb::model::auto_scaling_policy_update::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AutoScalingPolicyUpdate
Implementations
The name of the scaling policy.
The name of the scaling policy.
pub fn target_tracking_scaling_policy_configuration(
self,
input: AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
) -> Self
pub fn target_tracking_scaling_policy_configuration(
self,
input: AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
) -> Self
Represents a target tracking scaling policy configuration.
pub fn set_target_tracking_scaling_policy_configuration(
self,
input: Option<AutoScalingTargetTrackingScalingPolicyConfigurationUpdate>
) -> Self
pub fn set_target_tracking_scaling_policy_configuration(
self,
input: Option<AutoScalingTargetTrackingScalingPolicyConfigurationUpdate>
) -> Self
Represents a target tracking scaling policy configuration.
Consumes the builder and constructs a AutoScalingPolicyUpdate
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