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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbIormConfig
build()
DbIormConfig.Builder
copy(DbIormConfig model)
DbIormConfig.Builder
dbName(String dbName)
The database name.DbIormConfig.Builder
flashCacheLimit(String flashCacheLimit)
The flash cache limit for this database.DbIormConfig.Builder
share(Integer share)
The relative priority of this database.
-
-
-
Method Detail
-
dbName
public 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
-
share
public DbIormConfig.Builder share(Integer share)
The relative priority of this database.- Parameters:
share
- the value to set- Returns:
- this builder
-
flashCacheLimit
public 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
-
build
public DbIormConfig build()
-
copy
public DbIormConfig.Builder copy(DbIormConfig model)
-
-