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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsageMetricBasis.Buildername(String name)A utilization metric that is used by the recommendations.UsageMetricBasis.BuilderpercentageAdjust(Double percentageAdjust)Specifies the percentage of the specified utilization metric that is used by the recommendations.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
UsageMetricBasis.Builder name(String 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.
-
-