Struct aws_sdk_computeoptimizer::model::recommendation_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RecommendationSummary
Implementations
Appends an item to summaries
.
To override the contents of this collection use set_summaries
.
An array of objects that describe a recommendation summary.
An array of objects that describe a recommendation summary.
The resource type that the recommendation summary applies to.
pub fn set_recommendation_resource_type(
self,
input: Option<RecommendationSourceType>
) -> Self
pub fn set_recommendation_resource_type(
self,
input: Option<RecommendationSourceType>
) -> Self
The resource type that the recommendation summary applies to.
The Amazon Web Services account ID of the recommendation summary.
The Amazon Web Services account ID of the recommendation summary.
An object that describes the savings opportunity for a given resource type. Savings opportunity includes the estimated monthly savings amount and percentage.
An object that describes the savings opportunity for a given resource type. Savings opportunity includes the estimated monthly savings amount and percentage.
An object that describes the performance risk ratings for a given resource type.
pub fn set_current_performance_risk_ratings(
self,
input: Option<CurrentPerformanceRiskRatings>
) -> Self
pub fn set_current_performance_risk_ratings(
self,
input: Option<CurrentPerformanceRiskRatings>
) -> Self
An object that describes the performance risk ratings for a given resource type.
Consumes the builder and constructs a RecommendationSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more