#[non_exhaustive]pub struct EbsUtilizationMetricBuilder { /* private fields */ }
Expand description
A builder for EbsUtilizationMetric
.
Implementations§
source§impl EbsUtilizationMetricBuilder
impl EbsUtilizationMetricBuilder
sourcepub fn name(self, input: EbsMetricName) -> Self
pub fn name(self, input: EbsMetricName) -> Self
The name of the utilization metric.
The following utilization metrics are available:
-
VolumeReadOpsPerSecond
- The completed read operations per second from the volume in a specified period of time.Unit: Count
-
VolumeWriteOpsPerSecond
- The completed write operations per second to the volume in a specified period of time.Unit: Count
-
VolumeReadBytesPerSecond
- The bytes read per second from the volume in a specified period of time.Unit: Bytes
-
VolumeWriteBytesPerSecond
- The bytes written to the volume in a specified period of time.Unit: Bytes
sourcepub fn set_name(self, input: Option<EbsMetricName>) -> Self
pub fn set_name(self, input: Option<EbsMetricName>) -> Self
The name of the utilization metric.
The following utilization metrics are available:
-
VolumeReadOpsPerSecond
- The completed read operations per second from the volume in a specified period of time.Unit: Count
-
VolumeWriteOpsPerSecond
- The completed write operations per second to the volume in a specified period of time.Unit: Count
-
VolumeReadBytesPerSecond
- The bytes read per second from the volume in a specified period of time.Unit: Bytes
-
VolumeWriteBytesPerSecond
- The bytes written to the volume in a specified period of time.Unit: Bytes
sourcepub fn get_name(&self) -> &Option<EbsMetricName>
pub fn get_name(&self) -> &Option<EbsMetricName>
The name of the utilization metric.
The following utilization metrics are available:
-
VolumeReadOpsPerSecond
- The completed read operations per second from the volume in a specified period of time.Unit: Count
-
VolumeWriteOpsPerSecond
- The completed write operations per second to the volume in a specified period of time.Unit: Count
-
VolumeReadBytesPerSecond
- The bytes read per second from the volume in a specified period of time.Unit: Bytes
-
VolumeWriteBytesPerSecond
- The bytes written to the volume in a specified period of time.Unit: Bytes
sourcepub fn statistic(self, input: MetricStatistic) -> Self
pub fn statistic(self, input: MetricStatistic) -> Self
The statistic of the utilization metric.
The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum
statistic, which is the highest value observed during the specified period.
The Compute Optimizer console displays graphs for some utilization metrics using the Average
statistic, which is the value of Sum
/ SampleCount
during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.
sourcepub fn set_statistic(self, input: Option<MetricStatistic>) -> Self
pub fn set_statistic(self, input: Option<MetricStatistic>) -> Self
The statistic of the utilization metric.
The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum
statistic, which is the highest value observed during the specified period.
The Compute Optimizer console displays graphs for some utilization metrics using the Average
statistic, which is the value of Sum
/ SampleCount
during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.
sourcepub fn get_statistic(&self) -> &Option<MetricStatistic>
pub fn get_statistic(&self) -> &Option<MetricStatistic>
The statistic of the utilization metric.
The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum
statistic, which is the highest value observed during the specified period.
The Compute Optimizer console displays graphs for some utilization metrics using the Average
statistic, which is the value of Sum
/ SampleCount
during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.
sourcepub fn build(self) -> EbsUtilizationMetric
pub fn build(self) -> EbsUtilizationMetric
Consumes the builder and constructs a EbsUtilizationMetric
.
Trait Implementations§
source§impl Clone for EbsUtilizationMetricBuilder
impl Clone for EbsUtilizationMetricBuilder
source§fn clone(&self) -> EbsUtilizationMetricBuilder
fn clone(&self) -> EbsUtilizationMetricBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for EbsUtilizationMetricBuilder
impl Debug for EbsUtilizationMetricBuilder
source§impl Default for EbsUtilizationMetricBuilder
impl Default for EbsUtilizationMetricBuilder
source§fn default() -> EbsUtilizationMetricBuilder
fn default() -> EbsUtilizationMetricBuilder
source§impl PartialEq for EbsUtilizationMetricBuilder
impl PartialEq for EbsUtilizationMetricBuilder
source§fn eq(&self, other: &EbsUtilizationMetricBuilder) -> bool
fn eq(&self, other: &EbsUtilizationMetricBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.