public static class TableLimits.Builder extends Object
Modifier and Type | Method and Description |
---|---|
TableLimits |
build() |
TableLimits.Builder |
copy(TableLimits o) |
TableLimits.Builder |
maxReadUnits(Integer maxReadUnits) |
TableLimits.Builder |
maxStorageInGBs(Integer maxStorageInGBs) |
TableLimits.Builder |
maxWriteUnits(Integer maxWriteUnits) |
String |
toString() |
public TableLimits.Builder maxReadUnits(Integer maxReadUnits)
public TableLimits.Builder maxWriteUnits(Integer maxWriteUnits)
public TableLimits.Builder maxStorageInGBs(Integer maxStorageInGBs)
public TableLimits build()
public TableLimits.Builder copy(TableLimits o)
Copyright © 2016–2021. All rights reserved.