Interface SlotDateTimeRangeRequest.Builder

    • Method Detail

      • earliestTime

        SlotDateTimeRangeRequest.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

        SlotDateTimeRangeRequest.Builder latestTime​(Instant latestTime)

        The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.

        Parameters:
        latestTime - The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.
        Returns:
        Returns a reference to this object so that method calls can be chained together.