Package com.oracle.bmc.fusionapps.model
Class FamilyMaintenancePolicy.Builder
- java.lang.Object
- 
- com.oracle.bmc.fusionapps.model.FamilyMaintenancePolicy.Builder
 
- 
- Enclosing class:
- FamilyMaintenancePolicy
 
 public static class FamilyMaintenancePolicy.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FamilyMaintenancePolicybuild()FamilyMaintenancePolicy.BuilderconcurrentMaintenance(FamilyMaintenancePolicy.ConcurrentMaintenance concurrentMaintenance)Option to upgrade both production and non-production environments at the same time.FamilyMaintenancePolicy.Buildercopy(FamilyMaintenancePolicy model)FamilyMaintenancePolicy.BuilderisMonthlyPatchingEnabled(Boolean isMonthlyPatchingEnabled)When True, monthly patching is enabled for the environment family.FamilyMaintenancePolicy.BuilderquarterlyUpgradeBeginTimes(String quarterlyUpgradeBeginTimes)The quarterly maintenance month group schedule of the Fusion environment family.
 
- 
- 
- 
Method Detail- 
quarterlyUpgradeBeginTimespublic FamilyMaintenancePolicy.Builder quarterlyUpgradeBeginTimes(String quarterlyUpgradeBeginTimes) The quarterly maintenance month group schedule of the Fusion environment family.- Parameters:
- quarterlyUpgradeBeginTimes- the value to set
- Returns:
- this builder
 
 - 
isMonthlyPatchingEnabledpublic FamilyMaintenancePolicy.Builder isMonthlyPatchingEnabled(Boolean isMonthlyPatchingEnabled) When True, monthly patching is enabled for the environment family.- Parameters:
- isMonthlyPatchingEnabled- the value to set
- Returns:
- this builder
 
 - 
concurrentMaintenancepublic FamilyMaintenancePolicy.Builder concurrentMaintenance(FamilyMaintenancePolicy.ConcurrentMaintenance concurrentMaintenance) Option to upgrade both production and non-production environments at the same time.When set to PROD both types of environnments are upgraded on the production schedule. When set to NON_PROD both types of environments are upgraded on the non-production schedule. - Parameters:
- concurrentMaintenance- the value to set
- Returns:
- this builder
 
 - 
buildpublic FamilyMaintenancePolicy build() 
 - 
copypublic FamilyMaintenancePolicy.Builder copy(FamilyMaintenancePolicy model) 
 
- 
 
-