Interface UsageMetricBasis.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UsageMetricBasis.Builder,
,UsageMetricBasis> SdkBuilder<UsageMetricBasis.Builder,
,UsageMetricBasis> SdkPojo
- Enclosing class:
UsageMetricBasis
@Mutable
@NotThreadSafe
public static interface UsageMetricBasis.Builder
extends SdkPojo, CopyableBuilder<UsageMetricBasis.Builder,UsageMetricBasis>
-
Method Summary
Modifier and TypeMethodDescriptionA utilization metric that is used by the recommendations.percentageAdjust
(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, sdkFieldNameToField, sdkFields
-
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
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.
-