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