Struct aws_sdk_computeoptimizer::input::get_ec2_recommendation_projected_metrics_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GetEc2RecommendationProjectedMetricsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn instance_arn(self, input: impl Into<String>) -> Self
pub fn instance_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics.
sourcepub fn set_instance_arn(self, input: Option<String>) -> Self
pub fn set_instance_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics.
sourcepub fn stat(self, input: MetricStatistic) -> Self
pub fn stat(self, input: MetricStatistic) -> Self
The statistic of the projected metrics.
sourcepub fn set_stat(self, input: Option<MetricStatistic>) -> Self
pub fn set_stat(self, input: Option<MetricStatistic>) -> Self
The statistic of the projected metrics.
sourcepub fn period(self, input: i32) -> Self
pub fn period(self, input: i32) -> Self
The granularity, in seconds, of the projected metrics data points.
sourcepub fn set_period(self, input: Option<i32>) -> Self
pub fn set_period(self, input: Option<i32>) -> Self
The granularity, in seconds, of the projected metrics data points.
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
The timestamp of the first projected metrics data point to return.
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
The timestamp of the first projected metrics data point to return.
sourcepub fn end_time(self, input: DateTime) -> Self
pub fn end_time(self, input: DateTime) -> Self
The timestamp of the last projected metrics data point to return.
sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
The timestamp of the last projected metrics data point to return.
sourcepub fn recommendation_preferences(self, input: RecommendationPreferences) -> Self
pub fn recommendation_preferences(self, input: RecommendationPreferences) -> Self
An object to specify the preferences for the Amazon EC2 recommendation projected metrics to return in the response.
sourcepub fn set_recommendation_preferences(
self,
input: Option<RecommendationPreferences>
) -> Self
pub fn set_recommendation_preferences(
self,
input: Option<RecommendationPreferences>
) -> Self
An object to specify the preferences for the Amazon EC2 recommendation projected metrics to return in the response.
sourcepub fn build(
self
) -> Result<GetEc2RecommendationProjectedMetricsInput, BuildError>
pub fn build(
self
) -> Result<GetEc2RecommendationProjectedMetricsInput, BuildError>
Consumes the builder and constructs a GetEc2RecommendationProjectedMetricsInput.