Interface WindowMaintenanceSchedule.Builder

  • Method Details

    • start

      The start time of the maintenance window.

      Parameters:
      start - The start time of the maintenance window.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • end

      The end time of the maintenance window.

      Parameters:
      end - The end time of the maintenance window.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scheduledTime

      WindowMaintenanceSchedule.Builder scheduledTime(Instant scheduledTime)

      The date and time when the maintenance window is scheduled to occur.

      Parameters:
      scheduledTime - The date and time when the maintenance window is scheduled to occur.
      Returns:
      Returns a reference to this object so that method calls can be chained together.