Interface InstanceEventWindowTimeRangeRequest.Builder

    • Method Detail

      • startWeekDay

        InstanceEventWindowTimeRangeRequest.Builder startWeekDay​(String startWeekDay)

        The day on which the time range begins.

        Parameters:
        startWeekDay - The day on which the time range begins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WeekDay, WeekDay
      • startWeekDay

        InstanceEventWindowTimeRangeRequest.Builder startWeekDay​(WeekDay startWeekDay)

        The day on which the time range begins.

        Parameters:
        startWeekDay - The day on which the time range begins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WeekDay, WeekDay
      • startHour

        InstanceEventWindowTimeRangeRequest.Builder startHour​(Integer startHour)

        The hour when the time range begins.

        Parameters:
        startHour - The hour when the time range begins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endHour

        InstanceEventWindowTimeRangeRequest.Builder endHour​(Integer endHour)

        The hour when the time range ends.

        Parameters:
        endHour - The hour when the time range ends.
        Returns:
        Returns a reference to this object so that method calls can be chained together.