public static interface ModifyCurrentDbClusterCapacityResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,ModifyCurrentDbClusterCapacityResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyCurrentDbClusterCapacityResponse.Builder |
currentCapacity(Integer currentCapacity)
The current capacity of the DB cluster.
|
ModifyCurrentDbClusterCapacityResponse.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
A user-supplied DB cluster identifier.
|
ModifyCurrentDbClusterCapacityResponse.Builder |
pendingCapacity(Integer pendingCapacity)
A value that specifies the capacity that the DB cluster scales to next.
|
ModifyCurrentDbClusterCapacityResponse.Builder |
secondsBeforeTimeout(Integer secondsBeforeTimeout)
The number of seconds before a call to
ModifyCurrentDBClusterCapacity times out. |
ModifyCurrentDbClusterCapacityResponse.Builder |
timeoutAction(String timeoutAction)
The timeout action of a call to
ModifyCurrentDBClusterCapacity, either
ForceApplyCapacityChange or RollbackCapacityChange. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildModifyCurrentDbClusterCapacityResponse.Builder dbClusterIdentifier(String dbClusterIdentifier)
A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
dbClusterIdentifier - A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.ModifyCurrentDbClusterCapacityResponse.Builder pendingCapacity(Integer pendingCapacity)
A value that specifies the capacity that the DB cluster scales to next.
pendingCapacity - A value that specifies the capacity that the DB cluster scales to next.ModifyCurrentDbClusterCapacityResponse.Builder currentCapacity(Integer currentCapacity)
The current capacity of the DB cluster.
currentCapacity - The current capacity of the DB cluster.ModifyCurrentDbClusterCapacityResponse.Builder secondsBeforeTimeout(Integer secondsBeforeTimeout)
The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.
secondsBeforeTimeout - The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.ModifyCurrentDbClusterCapacityResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.