@Generated(value="software.amazon.awssdk:codegen") public final class ScalingConfigurationInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScalingConfigurationInfo.Builder,ScalingConfigurationInfo>
Shows the scaling configuration for an Aurora DB cluster in serverless
DB engine mode.
For more information, see Using Amazon Aurora Serverless in the Amazon Aurora User Guide.
Modifier and Type | Class and Description |
---|---|
static interface |
ScalingConfigurationInfo.Builder |
Modifier and Type | Method and Description |
---|---|
Boolean |
autoPause()
A value that indicates whether automatic pause is allowed for the Aurora DB cluster in
serverless DB
engine mode. |
static ScalingConfigurationInfo.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxCapacity()
The maximum capacity for an Aurora DB cluster in
serverless DB engine mode. |
Integer |
minCapacity()
The maximum capacity for the Aurora DB cluster in
serverless DB engine mode. |
List<SdkField<?>> |
sdkFields() |
Integer |
secondsUntilAutoPause()
The remaining amount of time, in seconds, before the Aurora DB cluster in
serverless mode is paused. |
static Class<? extends ScalingConfigurationInfo.Builder> |
serializableBuilderClass() |
ScalingConfigurationInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer minCapacity()
The maximum capacity for the Aurora DB cluster in serverless
DB engine mode.
serverless
DB engine mode.public Integer maxCapacity()
The maximum capacity for an Aurora DB cluster in serverless
DB engine mode.
serverless
DB engine mode.public Boolean autoPause()
A value that indicates whether automatic pause is allowed for the Aurora DB cluster in serverless
DB
engine mode.
serverless
DB engine mode.public 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).
serverless
mode is
paused. A DB cluster can be paused only when it's idle (it has no connections).public ScalingConfigurationInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ScalingConfigurationInfo.Builder,ScalingConfigurationInfo>
public static ScalingConfigurationInfo.Builder builder()
public static Class<? extends ScalingConfigurationInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.