Interface RecommendationSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>, SdkBuilder<RecommendationSummary.Builder,RecommendationSummary>, SdkPojo
Enclosing class:
RecommendationSummary

public static interface RecommendationSummary.Builder extends SdkPojo, CopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>
  • Method Details

    • group

      The grouping of recommendations.

      Parameters:
      group - The grouping of recommendations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • estimatedMonthlySavings

      RecommendationSummary.Builder estimatedMonthlySavings(Double estimatedMonthlySavings)

      The estimated total savings resulting from modifications, on a monthly basis.

      Parameters:
      estimatedMonthlySavings - The estimated total savings resulting from modifications, on a monthly basis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recommendationCount

      RecommendationSummary.Builder recommendationCount(Integer recommendationCount)

      The total number of instance recommendations.

      Parameters:
      recommendationCount - The total number of instance recommendations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.