Interface ScaleInPolicyUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ScaleInPolicyUpdate.Builder,ScaleInPolicyUpdate>,SdkBuilder<ScaleInPolicyUpdate.Builder,ScaleInPolicyUpdate>,SdkPojo
- Enclosing class:
- ScaleInPolicyUpdate
public static interface ScaleInPolicyUpdate.Builder extends SdkPojo, CopyableBuilder<ScaleInPolicyUpdate.Builder,ScaleInPolicyUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleInPolicyUpdate.BuildercpuUtilizationPercentage(Integer cpuUtilizationPercentage)The target 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cpuUtilizationPercentage
ScaleInPolicyUpdate.Builder cpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The target CPU utilization percentage threshold at which you want connector scale in to be triggered.
- Parameters:
cpuUtilizationPercentage- The target 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.
-
-