Package com.oracle.bmc.database.model
Class DbIormConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.DbIormConfig.Builder
 
- 
- Enclosing class:
- DbIormConfig
 
 public static class DbIormConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DbIormConfigbuild()DbIormConfig.Buildercopy(DbIormConfig model)DbIormConfig.BuilderdbName(String dbName)The database name.DbIormConfig.BuilderflashCacheLimit(String flashCacheLimit)The flash cache limit for this database.DbIormConfig.Buildershare(Integer share)The relative priority of this database.
 
- 
- 
- 
Method Detail- 
dbNamepublic DbIormConfig.Builder dbName(String dbName) The database name.For the default DbPlan, the dbName is default. - Parameters:
- dbName- the value to set
- Returns:
- this builder
 
 - 
sharepublic DbIormConfig.Builder share(Integer share) The relative priority of this database.- Parameters:
- share- the value to set
- Returns:
- this builder
 
 - 
flashCacheLimitpublic DbIormConfig.Builder flashCacheLimit(String flashCacheLimit) The flash cache limit for this database.This value is internally configured based on the share value assigned to the database. - Parameters:
- flashCacheLimit- the value to set
- Returns:
- this builder
 
 - 
buildpublic DbIormConfig build() 
 - 
copypublic DbIormConfig.Builder copy(DbIormConfig model) 
 
- 
 
-