public static class UpdateDbConfigParams.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
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.
applyConfig
- the value to setpublic UpdateDbConfigParams.Builder configId(String configId)
The OCID of the configuration.
configId
- the value to setpublic UpdateDbConfigParams build()
public UpdateDbConfigParams.Builder copy(UpdateDbConfigParams model)
Copyright © 2016–2024. All rights reserved.