Class EnvironmentConfigMaintenanceWindow


  • public final class EnvironmentConfigMaintenanceWindow
    extends java.lang.Object
    • Method Detail

      • endTime

        public java.lang.String endTime()
        Returns:
        Maintenance window end time. It is used only to calculate the duration of the maintenance window. The value for end-time must be in the future, relative to 'start_time'.
      • recurrence

        public java.lang.String recurrence()
        Returns:
        Maintenance window recurrence. Format is a subset of RFC-5545 (https://tools.ietf.org/html/rfc5545) 'RRULE'. The only allowed values for 'FREQ' field are 'FREQ=DAILY' and 'FREQ=WEEKLY;BYDAY=...'. Example values: 'FREQ=WEEKLY;BYDAY=TU,WE', 'FREQ=DAILY'.
      • startTime

        public java.lang.String startTime()
        Returns:
        Start time of the first recurrence of the maintenance window.