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 threshold value in percentage used for the specified metric parameter.CustomizableMetricParameters.Builderheadroom(CustomizableMetricHeadroom headroom)The headroom threshold 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, sdkFields
-
-
-
-
Method Detail
-
threshold
CustomizableMetricParameters.Builder threshold(String threshold)
The threshold value used for the specified metric parameter.
- Parameters:
threshold- The threshold value used for the specified metric parameter.- 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.
- Parameters:
threshold- The threshold value used for the specified metric parameter.- 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 threshold value in percentage used for the specified metric parameter.
- Parameters:
headroom- The headroom threshold value in percentage used for the specified metric parameter.- 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 threshold value in percentage used for the specified metric parameter.
- Parameters:
headroom- The headroom threshold value in percentage used for the specified metric parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomizableMetricHeadroom,CustomizableMetricHeadroom
-
-