Interface ScaleInPolicyDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ScaleInPolicyDescription.Builder,ScaleInPolicyDescription>,SdkBuilder<ScaleInPolicyDescription.Builder,ScaleInPolicyDescription>,SdkPojo
- Enclosing class:
- ScaleInPolicyDescription
public static interface ScaleInPolicyDescription.Builder extends SdkPojo, CopyableBuilder<ScaleInPolicyDescription.Builder,ScaleInPolicyDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleInPolicyDescription.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cpuUtilizationPercentage
ScaleInPolicyDescription.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.
-
-