Interface OnDemandThroughputOverride.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OnDemandThroughputOverride.Builder,OnDemandThroughputOverride>,SdkBuilder<OnDemandThroughputOverride.Builder,OnDemandThroughputOverride>,SdkPojo
- Enclosing class:
- OnDemandThroughputOverride
@Mutable @NotThreadSafe 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.BuildermaxReadRequestUnits(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, sdkFieldNameToField, 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.
-
-