Interface OnDemandThroughputOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OnDemandThroughputOverride.Builder,
,OnDemandThroughputOverride> SdkBuilder<OnDemandThroughputOverride.Builder,
,OnDemandThroughputOverride> SdkPojo
- Enclosing class:
OnDemandThroughputOverride
public static interface OnDemandThroughputOverride.Builder
extends SdkPojo, CopyableBuilder<OnDemandThroughputOverride.Builder,OnDemandThroughputOverride>
-
Method Summary
Modifier and TypeMethodDescriptionmaxReadRequestUnits
(Long maxReadRequestUnits) Maximum number of read request units for the specified replica table.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, sdkFields
-
Method Details
-
maxReadRequestUnits
Maximum number of read request units for the specified replica table.
- Parameters:
maxReadRequestUnits
- Maximum number of read request units for the specified replica table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-