Interface CustomizableMetricParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomizableMetricParameters.Builder,CustomizableMetricParameters>,SdkBuilder<CustomizableMetricParameters.Builder,CustomizableMetricParameters>,SdkPojo
- Enclosing class:
- CustomizableMetricParameters
public static interface CustomizableMetricParameters.Builder extends SdkPojo, CopyableBuilder<CustomizableMetricParameters.Builder,CustomizableMetricParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomizableMetricParameters.Builderheadroom(String headroom)The headroom value in percentage used for the specified metric parameter.CustomizableMetricParameters.Builderheadroom(CustomizableMetricHeadroom headroom)The headroom value in percentage used for the specified metric parameter.CustomizableMetricParameters.Builderthreshold(String threshold)The threshold value used for the specified metric parameter.CustomizableMetricParameters.Builderthreshold(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 Detail
-
threshold
CustomizableMetricParameters.Builder threshold(String 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:
CustomizableMetricThreshold,CustomizableMetricThreshold
-
threshold
CustomizableMetricParameters.Builder threshold(CustomizableMetricThreshold 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:
CustomizableMetricThreshold,CustomizableMetricThreshold
-
headroom
CustomizableMetricParameters.Builder headroom(String 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:
CustomizableMetricHeadroom,CustomizableMetricHeadroom
-
-
headroom
CustomizableMetricParameters.Builder headroom(CustomizableMetricHeadroom 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:
CustomizableMetricHeadroom,CustomizableMetricHeadroom
-
-
-