Interface MaintenanceSchedule.Builder

  • Method Details

    • timezone

      MaintenanceSchedule.Builder timezone(String timezone)

      The IANA timezone identifier for the maintenance window. Format: Region/City or UTC. For example, America/New_York or UTC.

      Parameters:
      timezone - The IANA timezone identifier for the maintenance window. Format: Region/City or UTC. For example, America/New_York or UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • preferredMaintenanceWindow

      MaintenanceSchedule.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)

      The preferred maintenance window in the format ddd:HH:MM-ddd:HH:MM (UTC). Day must be one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun. For example, Sun:02:00-Sun:06:00. Provide an empty string to let the system choose a window.

      Parameters:
      preferredMaintenanceWindow - The preferred maintenance window in the format ddd:HH:MM-ddd:HH:MM (UTC). Day must be one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun. For example, Sun:02:00-Sun:06:00. Provide an empty string to let the system choose a window.
      Returns:
      Returns a reference to this object so that method calls can be chained together.