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 minimum capacity for an Aurora DB cluster in
serverless DB engine mode. |
ScalingConfigurationInfo.Builder |
secondsBeforeTimeout(Integer secondsBeforeTimeout)
The number of seconds before scaling times out.
|
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 action that occurs when Aurora times out while attempting to change the capacity of an Aurora Serverless
v1 cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScalingConfigurationInfo.Builder minCapacity(Integer minCapacity)
The minimum capacity for an Aurora DB cluster in serverless DB engine mode.
minCapacity - The minimum capacity for an 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 v1 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 v1 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 action that occurs when Aurora times out while attempting to change the capacity of an Aurora Serverless
v1 cluster. The value is either ForceApplyCapacityChange or RollbackCapacityChange.
ForceApplyCapacityChange, the default, sets the capacity to the specified value as soon as
possible.
RollbackCapacityChange ignores the capacity change if a scaling point isn't found in the timeout
period.
timeoutAction - The action that occurs when Aurora times out while attempting to change the capacity of an Aurora
Serverless v1 cluster. The value is either ForceApplyCapacityChange or
RollbackCapacityChange.
ForceApplyCapacityChange, the default, sets the capacity to the specified value as soon
as possible.
RollbackCapacityChange ignores the capacity change if a scaling point isn't found in the
timeout period.
ScalingConfigurationInfo.Builder secondsBeforeTimeout(Integer secondsBeforeTimeout)
The number of seconds before scaling times out. What happens when an attempted scaling action times out is
determined by the TimeoutAction setting.
secondsBeforeTimeout - The number of seconds before scaling times out. What happens when an attempted scaling action times
out is determined by the TimeoutAction setting.Copyright © 2023. All rights reserved.