Interface UsageMetricBasis.Builder

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

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

    • name

      A utilization metric that is used by the recommendations.

      Parameters:
      name - A utilization metric that is used by the recommendations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • percentageAdjust

      UsageMetricBasis.Builder percentageAdjust(Double percentageAdjust)

      Specifies the percentage of the specified utilization metric that is used by the recommendations.

      Parameters:
      percentageAdjust - Specifies the percentage of the specified utilization metric that is used by the recommendations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.