Interface SlotStartTimeRangeRequest.Builder

    • Method Detail

      • earliestTime

        SlotStartTimeRangeRequest.Builder earliestTime​(Instant earliestTime)

        The earliest date and time, in UTC, for the Scheduled Instance to start.

        Parameters:
        earliestTime - The earliest date and time, in UTC, for the Scheduled Instance to start.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestTime

        SlotStartTimeRangeRequest.Builder latestTime​(Instant latestTime)

        The latest date and time, in UTC, for the Scheduled Instance to start.

        Parameters:
        latestTime - The latest date and time, in UTC, for the Scheduled Instance to start.
        Returns:
        Returns a reference to this object so that method calls can be chained together.