Interface ProvisionedThroughputOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProvisionedThroughputOverride.Builder,
,ProvisionedThroughputOverride> SdkBuilder<ProvisionedThroughputOverride.Builder,
,ProvisionedThroughputOverride> SdkPojo
- Enclosing class:
ProvisionedThroughputOverride
@Mutable
@NotThreadSafe
public static interface ProvisionedThroughputOverride.Builder
extends SdkPojo, CopyableBuilder<ProvisionedThroughputOverride.Builder,ProvisionedThroughputOverride>
-
Method Summary
Modifier and TypeMethodDescriptionreadCapacityUnits
(Long readCapacityUnits) Replica-specific read capacity units.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
readCapacityUnits
Replica-specific read capacity units. If not specified, uses the source table's read capacity settings.
- Parameters:
readCapacityUnits
- Replica-specific read capacity units. If not specified, uses the source table's read capacity settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-