Interface UpdateMaintenance.Builder

  • Method Details

    • maintenanceDay

      UpdateMaintenance.Builder maintenanceDay(String maintenanceDay)

      A day of a week when the maintenance will happen.

      Parameters:
      maintenanceDay - A day of a week when the maintenance will happen.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maintenanceDay

      UpdateMaintenance.Builder maintenanceDay(MaintenanceDay maintenanceDay)

      A day of a week when the maintenance will happen.

      Parameters:
      maintenanceDay - A day of a week when the maintenance will happen.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maintenanceScheduledDate

      UpdateMaintenance.Builder maintenanceScheduledDate(String maintenanceScheduledDate)

      A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.

      Parameters:
      maintenanceScheduledDate - A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maintenanceStartHour

      UpdateMaintenance.Builder maintenanceStartHour(String maintenanceStartHour)

      UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.

      Parameters:
      maintenanceStartHour - UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
      Returns:
      Returns a reference to this object so that method calls can be chained together.