Package com.oracle.bmc.psql.model
Class UpdateDbConfigParams.Builder
- java.lang.Object
- 
- com.oracle.bmc.psql.model.UpdateDbConfigParams.Builder
 
- 
- Enclosing class:
- UpdateDbConfigParams
 
 public static class UpdateDbConfigParams.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDbConfigParams.BuilderapplyConfig(UpdateDbConfigParams.ApplyConfig applyConfig)Whether a configuration update requires a restart of the database instance or a reload of the configuration.UpdateDbConfigParamsbuild()UpdateDbConfigParams.BuilderconfigId(String configId)The OCID of the configuration.UpdateDbConfigParams.Buildercopy(UpdateDbConfigParams model)
 
- 
- 
- 
Method Detail- 
applyConfigpublic UpdateDbConfigParams.Builder applyConfig(UpdateDbConfigParams.ApplyConfig applyConfig) Whether a configuration update requires a restart of the database instance or a reload of the configuration.Some configuration changes require a restart of database instances to be applied. - Parameters:
- applyConfig- the value to set
- Returns:
- this builder
 
 - 
configIdpublic UpdateDbConfigParams.Builder configId(String configId) The OCID of the configuration.- Parameters:
- configId- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateDbConfigParams build() 
 - 
copypublic UpdateDbConfigParams.Builder copy(UpdateDbConfigParams model) 
 
- 
 
-