Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.IdleSavingsOpportunity.Builder
-
Packages that use IdleSavingsOpportunity.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of IdleSavingsOpportunity.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return IdleSavingsOpportunity.Builder Modifier and Type Method Description static IdleSavingsOpportunity.BuilderIdleSavingsOpportunity. builder()default IdleSavingsOpportunity.BuilderIdleSavingsOpportunity.Builder. estimatedMonthlySavings(Consumer<IdleEstimatedMonthlySavings.Builder> estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer's idle resource recommendations.IdleSavingsOpportunity.BuilderIdleSavingsOpportunity.Builder. estimatedMonthlySavings(IdleEstimatedMonthlySavings estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer's idle resource recommendations.IdleSavingsOpportunity.BuilderIdleSavingsOpportunity.Builder. savingsOpportunityPercentage(Double savingsOpportunityPercentage)The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer's idle resource recommendations.IdleSavingsOpportunity.BuilderIdleSavingsOpportunity. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type IdleSavingsOpportunity.Builder Modifier and Type Method Description static Class<? extends IdleSavingsOpportunity.Builder>IdleSavingsOpportunity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type IdleSavingsOpportunity.Builder Modifier and Type Method Description default IdleRecommendation.BuilderIdleRecommendation.Builder. savingsOpportunity(Consumer<IdleSavingsOpportunity.Builder> savingsOpportunity)The savings opportunity for the idle resource.
-