public static interface ScalingConfigurationInfo.Builder extends SdkPojo, CopyableBuilder<ScalingConfigurationInfo.Builder,ScalingConfigurationInfo>
| Modifier and Type | Method and Description |
|---|---|
ScalingConfigurationInfo.Builder |
autoPause(Boolean autoPause)
A value that indicates whether automatic pause is allowed for the Aurora DB cluster in
serverless DB engine mode. |
ScalingConfigurationInfo.Builder |
maxCapacity(Integer maxCapacity)
The maximum capacity for an Aurora DB cluster in
serverless DB engine mode. |
ScalingConfigurationInfo.Builder |
minCapacity(Integer minCapacity)
The maximum capacity for the Aurora DB cluster in
serverless DB engine mode. |
ScalingConfigurationInfo.Builder |
secondsUntilAutoPause(Integer secondsUntilAutoPause)
The remaining amount of time, in seconds, before the Aurora DB cluster in
serverless mode is
paused. |
ScalingConfigurationInfo.Builder |
timeoutAction(String timeoutAction)
The timeout action of a call to
ModifyCurrentDBClusterCapacity, either
ForceApplyCapacityChange or RollbackCapacityChange. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScalingConfigurationInfo.Builder minCapacity(Integer minCapacity)
The maximum capacity for the Aurora DB cluster in serverless DB engine mode.
minCapacity - The maximum capacity for the Aurora DB cluster in serverless DB engine mode.ScalingConfigurationInfo.Builder maxCapacity(Integer maxCapacity)
The maximum capacity for an Aurora DB cluster in serverless DB engine mode.
maxCapacity - The maximum capacity for an Aurora DB cluster in serverless DB engine mode.ScalingConfigurationInfo.Builder autoPause(Boolean autoPause)
A value that indicates whether automatic pause is allowed for the Aurora DB cluster in
serverless DB engine mode.
When the value is set to false for an Aurora Serverless DB cluster, the DB cluster automatically resumes.
autoPause - A value that indicates whether automatic pause is allowed for the Aurora DB cluster in
serverless DB engine mode.
When the value is set to false for an Aurora Serverless DB cluster, the DB cluster automatically resumes.
ScalingConfigurationInfo.Builder secondsUntilAutoPause(Integer secondsUntilAutoPause)
The remaining amount of time, in seconds, before the Aurora DB cluster in serverless mode is
paused. A DB cluster can be paused only when it's idle (it has no connections).
secondsUntilAutoPause - The remaining amount of time, in seconds, before the Aurora DB cluster in serverless mode
is paused. A DB cluster can be paused only when it's idle (it has no connections).ScalingConfigurationInfo.Builder timeoutAction(String timeoutAction)
The timeout action of a call to ModifyCurrentDBClusterCapacity, either
ForceApplyCapacityChange or RollbackCapacityChange.
timeoutAction - The timeout action of a call to ModifyCurrentDBClusterCapacity, either
ForceApplyCapacityChange or RollbackCapacityChange.Copyright © 2021. All rights reserved.