Package com.oracle.bmc.database.model
Class ExadataIormConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.ExadataIormConfig.Builder
 
- 
- Enclosing class:
- ExadataIormConfig
 
 public static class ExadataIormConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExadataIormConfigbuild()ExadataIormConfig.Buildercopy(ExadataIormConfig model)ExadataIormConfig.BuilderdbPlans(List<DbIormConfig> dbPlans)An array of IORM settings for all the database in the Exadata DB system.ExadataIormConfig.BuilderlifecycleDetails(String lifecycleDetails)Additional information about the current lifecycleState.ExadataIormConfig.BuilderlifecycleState(ExadataIormConfig.LifecycleState lifecycleState)The current state of IORM configuration for the Exadata DB system.ExadataIormConfig.Builderobjective(ExadataIormConfig.Objective objective)The current value for the IORM objective.
 
- 
- 
- 
Method Detail- 
lifecycleStatepublic ExadataIormConfig.Builder lifecycleState(ExadataIormConfig.LifecycleState lifecycleState) The current state of IORM configuration for the Exadata DB system.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic ExadataIormConfig.Builder lifecycleDetails(String lifecycleDetails) Additional information about the current lifecycleState.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
objectivepublic ExadataIormConfig.Builder objective(ExadataIormConfig.Objective objective) The current value for the IORM objective.The default is AUTO. - Parameters:
- objective- the value to set
- Returns:
- this builder
 
 - 
dbPlanspublic ExadataIormConfig.Builder dbPlans(List<DbIormConfig> dbPlans) An array of IORM settings for all the database in the Exadata DB system.- Parameters:
- dbPlans- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExadataIormConfig build() 
 - 
copypublic ExadataIormConfig.Builder copy(ExadataIormConfig model) 
 
- 
 
-