Interface ScaleOutPolicyDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScaleOutPolicyDescription.Builder,
,ScaleOutPolicyDescription> SdkBuilder<ScaleOutPolicyDescription.Builder,
,ScaleOutPolicyDescription> SdkPojo
- Enclosing class:
ScaleOutPolicyDescription
public static interface ScaleOutPolicyDescription.Builder
extends SdkPojo, CopyableBuilder<ScaleOutPolicyDescription.Builder,ScaleOutPolicyDescription>
-
Method Summary
Modifier and TypeMethodDescriptioncpuUtilizationPercentage
(Integer cpuUtilizationPercentage) The CPU utilization percentage threshold at which you want connector scale out 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 Details
-
cpuUtilizationPercentage
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
- Parameters:
cpuUtilizationPercentage
- The CPU utilization percentage threshold at which you want connector scale out to be triggered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-