Package com.oracle.bmc.nosql.model
Class TableLimits.Builder
- java.lang.Object
- 
- com.oracle.bmc.nosql.model.TableLimits.Builder
 
- 
- Enclosing class:
- TableLimits
 
 public static class TableLimits.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TableLimitsbuild()TableLimits.BuildercapacityMode(TableLimits.CapacityMode capacityMode)The capacity mode of the table.TableLimits.Buildercopy(TableLimits model)TableLimits.BuildermaxReadUnits(Integer maxReadUnits)Maximum sustained read throughput limit for the table.TableLimits.BuildermaxStorageInGBs(Integer maxStorageInGBs)Maximum size of storage used by the table.TableLimits.BuildermaxWriteUnits(Integer maxWriteUnits)Maximum sustained write throughput limit for the table.
 
- 
- 
- 
Method Detail- 
maxReadUnitspublic TableLimits.Builder maxReadUnits(Integer maxReadUnits) Maximum sustained read throughput limit for the table.- Parameters:
- maxReadUnits- the value to set
- Returns:
- this builder
 
 - 
maxWriteUnitspublic TableLimits.Builder maxWriteUnits(Integer maxWriteUnits) Maximum sustained write throughput limit for the table.- Parameters:
- maxWriteUnits- the value to set
- Returns:
- this builder
 
 - 
maxStorageInGBspublic TableLimits.Builder maxStorageInGBs(Integer maxStorageInGBs) Maximum size of storage used by the table.- Parameters:
- maxStorageInGBs- the value to set
- Returns:
- this builder
 
 - 
capacityModepublic TableLimits.Builder capacityMode(TableLimits.CapacityMode capacityMode) The capacity mode of the table.If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero. - Parameters:
- capacityMode- the value to set
- Returns:
- this builder
 
 - 
buildpublic TableLimits build() 
 - 
copypublic TableLimits.Builder copy(TableLimits model) 
 
- 
 
-