Interface ScaleOutPolicy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScaleOutPolicy.Builder,
,ScaleOutPolicy> SdkBuilder<ScaleOutPolicy.Builder,
,ScaleOutPolicy> SdkPojo
- Enclosing class:
ScaleOutPolicy
@Mutable
@NotThreadSafe
public static interface ScaleOutPolicy.Builder
extends SdkPojo, CopyableBuilder<ScaleOutPolicy.Builder,ScaleOutPolicy>
-
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, sdkFieldNameToField, 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.
-