Class SetAutoUpgradableConfigDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.managementagent.model.SetAutoUpgradableConfigDetails.Builder
-
- Enclosing class:
- SetAutoUpgradableConfigDetails
public static class SetAutoUpgradableConfigDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetAutoUpgradableConfigDetails
build()
SetAutoUpgradableConfigDetails.Builder
compartmentId(String compartmentId)
Tenancy identifier i.e, Root compartment identifierSetAutoUpgradableConfigDetails.Builder
copy(SetAutoUpgradableConfigDetails model)
SetAutoUpgradableConfigDetails.Builder
isAgentAutoUpgradable(Boolean isAgentAutoUpgradable)
true if the agents can be upgraded automatically; false if they must be upgraded manually.
-
-
-
Method Detail
-
compartmentId
public SetAutoUpgradableConfigDetails.Builder compartmentId(String compartmentId)
Tenancy identifier i.e, Root compartment identifier- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
isAgentAutoUpgradable
public SetAutoUpgradableConfigDetails.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 SetAutoUpgradableConfigDetails build()
-
copy
public SetAutoUpgradableConfigDetails.Builder copy(SetAutoUpgradableConfigDetails model)
-
-