Interface MaintenanceCreateSettings.Builder

  • Method Details

    • maintenanceDay

      MaintenanceCreateSettings.Builder maintenanceDay(String maintenanceDay)
      Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
      Parameters:
      maintenanceDay - Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maintenanceDay

      MaintenanceCreateSettings.Builder maintenanceDay(MaintenanceDay maintenanceDay)
      Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
      Parameters:
      maintenanceDay - Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maintenanceStartTime

      MaintenanceCreateSettings.Builder maintenanceStartTime(String maintenanceStartTime)
      Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
      Parameters:
      maintenanceStartTime - Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
      Returns:
      Returns a reference to this object so that method calls can be chained together.