Interface ScaleInPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ScaleInPolicy.Builder,ScaleInPolicy>,SdkBuilder<ScaleInPolicy.Builder,ScaleInPolicy>,SdkPojo
- Enclosing class:
- ScaleInPolicy
public static interface ScaleInPolicy.Builder extends SdkPojo, CopyableBuilder<ScaleInPolicy.Builder,ScaleInPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleInPolicy.BuildercpuUtilizationPercentage(Integer cpuUtilizationPercentage)Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.-
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
-
cpuUtilizationPercentage
ScaleInPolicy.Builder cpuUtilizationPercentage(Integer cpuUtilizationPercentage)
Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.
- Parameters:
cpuUtilizationPercentage- Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-