Interface InstanceEventWindowTimeRangeRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InstanceEventWindowTimeRangeRequest.Builder,InstanceEventWindowTimeRangeRequest>, SdkBuilder<InstanceEventWindowTimeRangeRequest.Builder,InstanceEventWindowTimeRangeRequest>, SdkPojo
Enclosing class:
InstanceEventWindowTimeRangeRequest

public static interface InstanceEventWindowTimeRangeRequest.Builder extends SdkPojo, CopyableBuilder<InstanceEventWindowTimeRangeRequest.Builder,InstanceEventWindowTimeRangeRequest>
  • Method Details

    • 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:
    • 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:
    • 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.
    • endWeekDay

      The day on which the time range ends.

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

      The day on which the time range ends.

      Parameters:
      endWeekDay - The day on which the time range ends.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.