Class AutoUpgradableConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.managementagent.model.AutoUpgradableConfig.Builder
-
- Enclosing class:
- AutoUpgradableConfig
public static class AutoUpgradableConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoUpgradableConfig
build()
AutoUpgradableConfig.Builder
copy(AutoUpgradableConfig model)
AutoUpgradableConfig.Builder
isAgentAutoUpgradable(Boolean isAgentAutoUpgradable)
true if the agents can be upgraded automatically; false if they must be upgraded manually.
-
-
-
Method Detail
-
isAgentAutoUpgradable
public AutoUpgradableConfig.Builder isAgentAutoUpgradable(Boolean isAgentAutoUpgradable)
true if the agents can be upgraded automatically; false if they must be upgraded manually.- Parameters:
isAgentAutoUpgradable
- the value to set- Returns:
- this builder
-
build
public AutoUpgradableConfig build()
-
copy
public AutoUpgradableConfig.Builder copy(AutoUpgradableConfig model)
-
-