Interface ModifyCurrentDbClusterCapacityResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,,- ModifyCurrentDbClusterCapacityResponse> - RdsResponse.Builder,- SdkBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,,- ModifyCurrentDbClusterCapacityResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ModifyCurrentDbClusterCapacityResponse
@Mutable
@NotThreadSafe
public static interface ModifyCurrentDbClusterCapacityResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,ModifyCurrentDbClusterCapacityResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncurrentCapacity(Integer currentCapacity) The current capacity of the DB cluster.dbClusterIdentifier(String dbClusterIdentifier) A user-supplied DB cluster identifier.pendingCapacity(Integer pendingCapacity) A value that specifies the capacity that the DB cluster scales to next.secondsBeforeTimeout(Integer secondsBeforeTimeout) The number of seconds before a call toModifyCurrentDBClusterCapacitytimes out.timeoutAction(String timeoutAction) The timeout action of a call toModifyCurrentDBClusterCapacity, eitherForceApplyCapacityChangeorRollbackCapacityChange.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
dbClusterIdentifierA user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster. - Parameters:
- dbClusterIdentifier- A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pendingCapacityA value that specifies the capacity that the DB cluster scales to next. - Parameters:
- pendingCapacity- A value that specifies the capacity that the DB cluster scales to next.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
currentCapacityThe current capacity of the DB cluster. - Parameters:
- currentCapacity- The current capacity of the DB cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
secondsBeforeTimeoutThe number of seconds before a call to ModifyCurrentDBClusterCapacitytimes out.- Parameters:
- secondsBeforeTimeout- The number of seconds before a call to- ModifyCurrentDBClusterCapacitytimes out.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timeoutActionThe timeout action of a call to ModifyCurrentDBClusterCapacity, eitherForceApplyCapacityChangeorRollbackCapacityChange.- Parameters:
- timeoutAction- The timeout action of a call to- ModifyCurrentDBClusterCapacity, either- ForceApplyCapacityChangeor- RollbackCapacityChange.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-