Interface SavingsOpportunity.Builder

    • Method Detail

      • savingsOpportunityPercentage

        SavingsOpportunity.Builder savingsOpportunityPercentage​(Double savingsOpportunityPercentage)

        The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer recommendations for a given resource.

        Parameters:
        savingsOpportunityPercentage - The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer recommendations for a given resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • estimatedMonthlySavings

        SavingsOpportunity.Builder estimatedMonthlySavings​(EstimatedMonthlySavings estimatedMonthlySavings)

        An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given resource. This is based on the On-Demand instance pricing..

        Parameters:
        estimatedMonthlySavings - An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given resource. This is based on the On-Demand instance pricing..
        Returns:
        Returns a reference to this object so that method calls can be chained together.