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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnDemandThroughputOverride.Builder
maxReadRequestUnits(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 Detail
-
maxReadRequestUnits
OnDemandThroughputOverride.Builder maxReadRequestUnits(Long 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.
-
-