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. |
copy
applyMutation, build
ScalingConfigurationInfo.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.
autoPause
- A value that indicates whether automatic pause is allowed 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. 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).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.