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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDbConfigParams.Builder
applyConfig(UpdateDbConfigParams.ApplyConfig applyConfig)
Whether a configuration update requires a restart of the database instance or a reload of the configuration.UpdateDbConfigParams
build()
UpdateDbConfigParams.Builder
configId(String configId)
The OCID of the configuration.UpdateDbConfigParams.Builder
copy(UpdateDbConfigParams model)
-
-
-
Method Detail
-
applyConfig
public 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
-
configId
public UpdateDbConfigParams.Builder configId(String configId)
The OCID of the configuration.- Parameters:
configId
- the value to set- Returns:
- this builder
-
build
public UpdateDbConfigParams build()
-
copy
public UpdateDbConfigParams.Builder copy(UpdateDbConfigParams model)
-
-