Class FamilyMaintenancePolicy.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • quarterlyUpgradeBeginTimes

        public 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
      • isMonthlyPatchingEnabled

        public FamilyMaintenancePolicy.Builder isMonthlyPatchingEnabled​(Boolean isMonthlyPatchingEnabled)
        When True, monthly patching is enabled for the environment family.
        Parameters:
        isMonthlyPatchingEnabled - the value to set
        Returns:
        this builder
      • concurrentMaintenance

        public 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