Interface CustomizableMetricParameters.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomizableMetricParameters.Builder,
,CustomizableMetricParameters> SdkBuilder<CustomizableMetricParameters.Builder,
,CustomizableMetricParameters> SdkPojo
- Enclosing class:
CustomizableMetricParameters
-
Method Summary
Modifier and TypeMethodDescriptionThe headroom value in percentage used for the specified metric parameter.headroom
(CustomizableMetricHeadroom headroom) The headroom value in percentage used for the specified metric parameter.The threshold value used for the specified metric parameter.threshold
(CustomizableMetricThreshold threshold) The threshold value used for the specified metric parameter.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
-
threshold
The threshold value used for the specified metric parameter.
You can only specify the threshold value for CPU utilization.
- Parameters:
threshold
- The threshold value used for the specified metric parameter.You can only specify the threshold value for CPU utilization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
threshold
The threshold value used for the specified metric parameter.
You can only specify the threshold value for CPU utilization.
- Parameters:
threshold
- The threshold value used for the specified metric parameter.You can only specify the threshold value for CPU utilization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
headroom
The headroom value in percentage used for the specified metric parameter.
The following lists the valid values for CPU and memory utilization.
-
CPU utilization:
PERCENT_30 | PERCENT_20 | PERCENT_0
-
Memory utilization:
PERCENT_30 | PERCENT_20 | PERCENT_10
- Parameters:
headroom
- The headroom value in percentage used for the specified metric parameter.The following lists the valid values for CPU and memory utilization.
-
CPU utilization:
PERCENT_30 | PERCENT_20 | PERCENT_0
-
Memory utilization:
PERCENT_30 | PERCENT_20 | PERCENT_10
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
headroom
The headroom value in percentage used for the specified metric parameter.
The following lists the valid values for CPU and memory utilization.
-
CPU utilization:
PERCENT_30 | PERCENT_20 | PERCENT_0
-
Memory utilization:
PERCENT_30 | PERCENT_20 | PERCENT_10
- Parameters:
headroom
- The headroom value in percentage used for the specified metric parameter.The following lists the valid values for CPU and memory utilization.
-
CPU utilization:
PERCENT_30 | PERCENT_20 | PERCENT_0
-
Memory utilization:
PERCENT_30 | PERCENT_20 | PERCENT_10
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-