Interface ModifyCurrentDbClusterCapacityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,ModifyCurrentDbClusterCapacityResponse>,RdsResponse.Builder,SdkBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,ModifyCurrentDbClusterCapacityResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ModifyCurrentDbClusterCapacityResponse
public static interface ModifyCurrentDbClusterCapacityResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,ModifyCurrentDbClusterCapacityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyCurrentDbClusterCapacityResponse.BuildercurrentCapacity(Integer currentCapacity)The current capacity of the DB cluster.ModifyCurrentDbClusterCapacityResponse.BuilderdbClusterIdentifier(String dbClusterIdentifier)A user-supplied DB cluster identifier.ModifyCurrentDbClusterCapacityResponse.BuilderpendingCapacity(Integer pendingCapacity)A value that specifies the capacity that the DB cluster scales to next.ModifyCurrentDbClusterCapacityResponse.BuildersecondsBeforeTimeout(Integer secondsBeforeTimeout)The number of seconds before a call toModifyCurrentDBClusterCapacitytimes out.ModifyCurrentDbClusterCapacityResponse.BuildertimeoutAction(String timeoutAction)The timeout action of a call toModifyCurrentDBClusterCapacity, eitherForceApplyCapacityChangeorRollbackCapacityChange.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
dbClusterIdentifier
ModifyCurrentDbClusterCapacityResponse.Builder dbClusterIdentifier(String dbClusterIdentifier)
A 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.
-
pendingCapacity
ModifyCurrentDbClusterCapacityResponse.Builder pendingCapacity(Integer pendingCapacity)
A 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.
-
currentCapacity
ModifyCurrentDbClusterCapacityResponse.Builder currentCapacity(Integer currentCapacity)
The 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.
-
secondsBeforeTimeout
ModifyCurrentDbClusterCapacityResponse.Builder secondsBeforeTimeout(Integer secondsBeforeTimeout)
The number of seconds before a call to
ModifyCurrentDBClusterCapacitytimes out.- Parameters:
secondsBeforeTimeout- The number of seconds before a call toModifyCurrentDBClusterCapacitytimes out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeoutAction
ModifyCurrentDbClusterCapacityResponse.Builder timeoutAction(String timeoutAction)
The timeout action of a call to
ModifyCurrentDBClusterCapacity, eitherForceApplyCapacityChangeorRollbackCapacityChange.- Parameters:
timeoutAction- The timeout action of a call toModifyCurrentDBClusterCapacity, eitherForceApplyCapacityChangeorRollbackCapacityChange.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-