Interface MaintenanceSchedule.Builder

    • Method Detail

      • endTime

        MaintenanceSchedule.Builder endTime​(Instant endTime)

        The time the scheduled maintenance is to end.

        Parameters:
        endTime - The time the scheduled maintenance is to end.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        MaintenanceSchedule.Builder startTime​(Instant startTime)

        The time the scheduled maintenance is to start.

        Parameters:
        startTime - The time the scheduled maintenance is to start.
        Returns:
        Returns a reference to this object so that method calls can be chained together.