| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingConfigurationInfo.Builder |
ScalingConfigurationInfo.Builder.autoPause(Boolean autoPause)
A value that indicates whether automatic pause is allowed for the Aurora DB cluster in
serverless DB engine mode. |
static ScalingConfigurationInfo.Builder |
ScalingConfigurationInfo.builder() |
ScalingConfigurationInfo.Builder |
ScalingConfigurationInfo.Builder.maxCapacity(Integer maxCapacity)
The maximum capacity for an Aurora DB cluster in
serverless DB engine mode. |
ScalingConfigurationInfo.Builder |
ScalingConfigurationInfo.Builder.minCapacity(Integer minCapacity)
The minimum capacity for an Aurora DB cluster in
serverless DB engine mode. |
ScalingConfigurationInfo.Builder |
ScalingConfigurationInfo.Builder.secondsBeforeTimeout(Integer secondsBeforeTimeout)
The number of seconds before scaling times out.
|
ScalingConfigurationInfo.Builder |
ScalingConfigurationInfo.Builder.secondsUntilAutoPause(Integer secondsUntilAutoPause)
The remaining amount of time, in seconds, before the Aurora DB cluster in
serverless mode is
paused. |
ScalingConfigurationInfo.Builder |
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.
|
ScalingConfigurationInfo.Builder |
ScalingConfigurationInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScalingConfigurationInfo.Builder> |
ScalingConfigurationInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DBCluster.Builder |
DBCluster.Builder.scalingConfigurationInfo(Consumer<ScalingConfigurationInfo.Builder> scalingConfigurationInfo)
Sets the value of the ScalingConfigurationInfo property for this object.
|
Copyright © 2023. All rights reserved.