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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExadataIormConfig
build()
ExadataIormConfig.Builder
copy(ExadataIormConfig model)
ExadataIormConfig.Builder
dbPlans(List<DbIormConfig> dbPlans)
An array of IORM settings for all the database in the Exadata DB system.ExadataIormConfig.Builder
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycleState.ExadataIormConfig.Builder
lifecycleState(ExadataIormConfig.LifecycleState lifecycleState)
The current state of IORM configuration for the Exadata DB system.ExadataIormConfig.Builder
objective(ExadataIormConfig.Objective objective)
The current value for the IORM objective.
-
-
-
Method Detail
-
lifecycleState
public 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
-
lifecycleDetails
public ExadataIormConfig.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycleState.- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
objective
public 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
-
dbPlans
public 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
-
build
public ExadataIormConfig build()
-
copy
public ExadataIormConfig.Builder copy(ExadataIormConfig model)
-
-