#[non_exhaustive]pub struct PredictiveScalingMetricSpecificationBuilder { /* private fields */ }Expand description
A builder for PredictiveScalingMetricSpecification.
Implementations§
source§impl PredictiveScalingMetricSpecificationBuilder
impl PredictiveScalingMetricSpecificationBuilder
sourcepub fn target_value(self, input: f64) -> Self
pub fn target_value(self, input: f64) -> Self
Specifies the target utilization.
Some metrics are based on a count instead of a percentage, such as the request count for an Application Load Balancer or the number of messages in an SQS queue. If the scaling policy specifies one of these metrics, specify the target utilization as the optimal average request or message count per instance during any one-minute interval.
sourcepub fn set_target_value(self, input: Option<f64>) -> Self
pub fn set_target_value(self, input: Option<f64>) -> Self
Specifies the target utilization.
Some metrics are based on a count instead of a percentage, such as the request count for an Application Load Balancer or the number of messages in an SQS queue. If the scaling policy specifies one of these metrics, specify the target utilization as the optimal average request or message count per instance during any one-minute interval.
sourcepub fn get_target_value(&self) -> &Option<f64>
pub fn get_target_value(&self) -> &Option<f64>
Specifies the target utilization.
Some metrics are based on a count instead of a percentage, such as the request count for an Application Load Balancer or the number of messages in an SQS queue. If the scaling policy specifies one of these metrics, specify the target utilization as the optimal average request or message count per instance during any one-minute interval.
sourcepub fn predefined_metric_pair_specification(
self,
input: PredictiveScalingPredefinedMetricPair
) -> Self
pub fn predefined_metric_pair_specification( self, input: PredictiveScalingPredefinedMetricPair ) -> Self
The predefined metric pair specification from which Amazon EC2 Auto Scaling determines the appropriate scaling metric and load metric to use.
sourcepub fn set_predefined_metric_pair_specification(
self,
input: Option<PredictiveScalingPredefinedMetricPair>
) -> Self
pub fn set_predefined_metric_pair_specification( self, input: Option<PredictiveScalingPredefinedMetricPair> ) -> Self
The predefined metric pair specification from which Amazon EC2 Auto Scaling determines the appropriate scaling metric and load metric to use.
sourcepub fn get_predefined_metric_pair_specification(
&self
) -> &Option<PredictiveScalingPredefinedMetricPair>
pub fn get_predefined_metric_pair_specification( &self ) -> &Option<PredictiveScalingPredefinedMetricPair>
The predefined metric pair specification from which Amazon EC2 Auto Scaling determines the appropriate scaling metric and load metric to use.
sourcepub fn predefined_scaling_metric_specification(
self,
input: PredictiveScalingPredefinedScalingMetric
) -> Self
pub fn predefined_scaling_metric_specification( self, input: PredictiveScalingPredefinedScalingMetric ) -> Self
The predefined scaling metric specification.
sourcepub fn set_predefined_scaling_metric_specification(
self,
input: Option<PredictiveScalingPredefinedScalingMetric>
) -> Self
pub fn set_predefined_scaling_metric_specification( self, input: Option<PredictiveScalingPredefinedScalingMetric> ) -> Self
The predefined scaling metric specification.
sourcepub fn get_predefined_scaling_metric_specification(
&self
) -> &Option<PredictiveScalingPredefinedScalingMetric>
pub fn get_predefined_scaling_metric_specification( &self ) -> &Option<PredictiveScalingPredefinedScalingMetric>
The predefined scaling metric specification.
sourcepub fn predefined_load_metric_specification(
self,
input: PredictiveScalingPredefinedLoadMetric
) -> Self
pub fn predefined_load_metric_specification( self, input: PredictiveScalingPredefinedLoadMetric ) -> Self
The predefined load metric specification.
sourcepub fn set_predefined_load_metric_specification(
self,
input: Option<PredictiveScalingPredefinedLoadMetric>
) -> Self
pub fn set_predefined_load_metric_specification( self, input: Option<PredictiveScalingPredefinedLoadMetric> ) -> Self
The predefined load metric specification.
sourcepub fn get_predefined_load_metric_specification(
&self
) -> &Option<PredictiveScalingPredefinedLoadMetric>
pub fn get_predefined_load_metric_specification( &self ) -> &Option<PredictiveScalingPredefinedLoadMetric>
The predefined load metric specification.
sourcepub fn customized_scaling_metric_specification(
self,
input: PredictiveScalingCustomizedScalingMetric
) -> Self
pub fn customized_scaling_metric_specification( self, input: PredictiveScalingCustomizedScalingMetric ) -> Self
The customized scaling metric specification.
sourcepub fn set_customized_scaling_metric_specification(
self,
input: Option<PredictiveScalingCustomizedScalingMetric>
) -> Self
pub fn set_customized_scaling_metric_specification( self, input: Option<PredictiveScalingCustomizedScalingMetric> ) -> Self
The customized scaling metric specification.
sourcepub fn get_customized_scaling_metric_specification(
&self
) -> &Option<PredictiveScalingCustomizedScalingMetric>
pub fn get_customized_scaling_metric_specification( &self ) -> &Option<PredictiveScalingCustomizedScalingMetric>
The customized scaling metric specification.
sourcepub fn customized_load_metric_specification(
self,
input: PredictiveScalingCustomizedLoadMetric
) -> Self
pub fn customized_load_metric_specification( self, input: PredictiveScalingCustomizedLoadMetric ) -> Self
The customized load metric specification.
sourcepub fn set_customized_load_metric_specification(
self,
input: Option<PredictiveScalingCustomizedLoadMetric>
) -> Self
pub fn set_customized_load_metric_specification( self, input: Option<PredictiveScalingCustomizedLoadMetric> ) -> Self
The customized load metric specification.
sourcepub fn get_customized_load_metric_specification(
&self
) -> &Option<PredictiveScalingCustomizedLoadMetric>
pub fn get_customized_load_metric_specification( &self ) -> &Option<PredictiveScalingCustomizedLoadMetric>
The customized load metric specification.
sourcepub fn customized_capacity_metric_specification(
self,
input: PredictiveScalingCustomizedCapacityMetric
) -> Self
pub fn customized_capacity_metric_specification( self, input: PredictiveScalingCustomizedCapacityMetric ) -> Self
The customized capacity metric specification.
sourcepub fn set_customized_capacity_metric_specification(
self,
input: Option<PredictiveScalingCustomizedCapacityMetric>
) -> Self
pub fn set_customized_capacity_metric_specification( self, input: Option<PredictiveScalingCustomizedCapacityMetric> ) -> Self
The customized capacity metric specification.
sourcepub fn get_customized_capacity_metric_specification(
&self
) -> &Option<PredictiveScalingCustomizedCapacityMetric>
pub fn get_customized_capacity_metric_specification( &self ) -> &Option<PredictiveScalingCustomizedCapacityMetric>
The customized capacity metric specification.
sourcepub fn build(self) -> PredictiveScalingMetricSpecification
pub fn build(self) -> PredictiveScalingMetricSpecification
Consumes the builder and constructs a PredictiveScalingMetricSpecification.
Trait Implementations§
source§impl Clone for PredictiveScalingMetricSpecificationBuilder
impl Clone for PredictiveScalingMetricSpecificationBuilder
source§fn clone(&self) -> PredictiveScalingMetricSpecificationBuilder
fn clone(&self) -> PredictiveScalingMetricSpecificationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for PredictiveScalingMetricSpecificationBuilder
impl Default for PredictiveScalingMetricSpecificationBuilder
source§fn default() -> PredictiveScalingMetricSpecificationBuilder
fn default() -> PredictiveScalingMetricSpecificationBuilder
source§impl PartialEq for PredictiveScalingMetricSpecificationBuilder
impl PartialEq for PredictiveScalingMetricSpecificationBuilder
source§fn eq(&self, other: &PredictiveScalingMetricSpecificationBuilder) -> bool
fn eq(&self, other: &PredictiveScalingMetricSpecificationBuilder) -> bool
self and other values to be equal, and is used
by ==.