Interface TimeWindow.Builder

    • Method Detail

      • startTime

        TimeWindow.Builder startTime​(Instant startTime)

        The start time of an execution.

        Parameters:
        startTime - The start time of an execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        TimeWindow.Builder endTime​(Instant endTime)

        The end time of an execution. The end time must be after the start date.

        Parameters:
        endTime - The end time of an execution. The end time must be after the start date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.