#[non_exhaustive]pub struct AutoScalingPolicyUpdateBuilder { /* private fields */ }
Expand description
A builder for AutoScalingPolicyUpdate
.
Implementations§
source§impl AutoScalingPolicyUpdateBuilder
impl AutoScalingPolicyUpdateBuilder
sourcepub fn policy_name(self, input: impl Into<String>) -> Self
pub fn policy_name(self, input: impl Into<String>) -> Self
The name of the scaling policy.
sourcepub fn set_policy_name(self, input: Option<String>) -> Self
pub fn set_policy_name(self, input: Option<String>) -> Self
The name of the scaling policy.
sourcepub 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.
sourcepub 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.
sourcepub fn build(self) -> AutoScalingPolicyUpdate
pub fn build(self) -> AutoScalingPolicyUpdate
Consumes the builder and constructs a AutoScalingPolicyUpdate
.
Trait Implementations§
source§impl Clone for AutoScalingPolicyUpdateBuilder
impl Clone for AutoScalingPolicyUpdateBuilder
source§fn clone(&self) -> AutoScalingPolicyUpdateBuilder
fn clone(&self) -> AutoScalingPolicyUpdateBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for AutoScalingPolicyUpdateBuilder
impl Default for AutoScalingPolicyUpdateBuilder
source§fn default() -> AutoScalingPolicyUpdateBuilder
fn default() -> AutoScalingPolicyUpdateBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AutoScalingPolicyUpdateBuilder> for AutoScalingPolicyUpdateBuilder
impl PartialEq<AutoScalingPolicyUpdateBuilder> for AutoScalingPolicyUpdateBuilder
source§fn eq(&self, other: &AutoScalingPolicyUpdateBuilder) -> bool
fn eq(&self, other: &AutoScalingPolicyUpdateBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.