#[non_exhaustive]pub struct PredictiveScalingCustomizedLoadMetricBuilder { /* private fields */ }Expand description
A builder for PredictiveScalingCustomizedLoadMetric.
Implementations§
source§impl PredictiveScalingCustomizedLoadMetricBuilder
impl PredictiveScalingCustomizedLoadMetricBuilder
sourcepub fn metric_data_queries(self, input: MetricDataQuery) -> Self
pub fn metric_data_queries(self, input: MetricDataQuery) -> Self
Appends an item to metric_data_queries.
To override the contents of this collection use set_metric_data_queries.
One or more metric data queries to provide the data points for a load metric. Use multiple metric data queries only if you are performing a math expression on returned data.
sourcepub fn set_metric_data_queries(
self,
input: Option<Vec<MetricDataQuery>>
) -> Self
pub fn set_metric_data_queries( self, input: Option<Vec<MetricDataQuery>> ) -> Self
One or more metric data queries to provide the data points for a load metric. Use multiple metric data queries only if you are performing a math expression on returned data.
sourcepub fn get_metric_data_queries(&self) -> &Option<Vec<MetricDataQuery>>
pub fn get_metric_data_queries(&self) -> &Option<Vec<MetricDataQuery>>
One or more metric data queries to provide the data points for a load metric. Use multiple metric data queries only if you are performing a math expression on returned data.
sourcepub fn build(self) -> PredictiveScalingCustomizedLoadMetric
pub fn build(self) -> PredictiveScalingCustomizedLoadMetric
Consumes the builder and constructs a PredictiveScalingCustomizedLoadMetric.
Trait Implementations§
source§impl Clone for PredictiveScalingCustomizedLoadMetricBuilder
impl Clone for PredictiveScalingCustomizedLoadMetricBuilder
source§fn clone(&self) -> PredictiveScalingCustomizedLoadMetricBuilder
fn clone(&self) -> PredictiveScalingCustomizedLoadMetricBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for PredictiveScalingCustomizedLoadMetricBuilder
impl Default for PredictiveScalingCustomizedLoadMetricBuilder
source§fn default() -> PredictiveScalingCustomizedLoadMetricBuilder
fn default() -> PredictiveScalingCustomizedLoadMetricBuilder
source§impl PartialEq for PredictiveScalingCustomizedLoadMetricBuilder
impl PartialEq for PredictiveScalingCustomizedLoadMetricBuilder
source§fn eq(&self, other: &PredictiveScalingCustomizedLoadMetricBuilder) -> bool
fn eq(&self, other: &PredictiveScalingCustomizedLoadMetricBuilder) -> bool
self and other values to be equal, and is used
by ==.