Interface ScaleInPolicy.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ScaleInPolicy.Builder,,- ScaleInPolicy> - SdkBuilder<ScaleInPolicy.Builder,,- ScaleInPolicy> - SdkPojo
- Enclosing class:
- ScaleInPolicy
@Mutable
@NotThreadSafe
public static interface ScaleInPolicy.Builder
extends SdkPojo, CopyableBuilder<ScaleInPolicy.Builder,ScaleInPolicy> 
- 
Method SummaryModifier and TypeMethodDescriptioncpuUtilizationPercentage(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cpuUtilizationPercentageSpecifies 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.
 
 
-