public static interface InstanceEventWindowTimeRangeRequest.Builder extends SdkPojo, CopyableBuilder<InstanceEventWindowTimeRangeRequest.Builder,InstanceEventWindowTimeRangeRequest>
Modifier and Type | Method and Description |
---|---|
InstanceEventWindowTimeRangeRequest.Builder |
endHour(Integer endHour)
The hour when the time range ends.
|
InstanceEventWindowTimeRangeRequest.Builder |
endWeekDay(String endWeekDay)
The day on which the time range ends.
|
InstanceEventWindowTimeRangeRequest.Builder |
endWeekDay(WeekDay endWeekDay)
The day on which the time range ends.
|
InstanceEventWindowTimeRangeRequest.Builder |
startHour(Integer startHour)
The hour when the time range begins.
|
InstanceEventWindowTimeRangeRequest.Builder |
startWeekDay(String startWeekDay)
The day on which the time range begins.
|
InstanceEventWindowTimeRangeRequest.Builder |
startWeekDay(WeekDay startWeekDay)
The day on which the time range begins.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InstanceEventWindowTimeRangeRequest.Builder startWeekDay(String startWeekDay)
The day on which the time range begins.
InstanceEventWindowTimeRangeRequest.Builder startWeekDay(WeekDay startWeekDay)
The day on which the time range begins.
InstanceEventWindowTimeRangeRequest.Builder startHour(Integer startHour)
The hour when the time range begins.
startHour
- The hour when the time range begins.InstanceEventWindowTimeRangeRequest.Builder endWeekDay(String endWeekDay)
The day on which the time range ends.
InstanceEventWindowTimeRangeRequest.Builder endWeekDay(WeekDay endWeekDay)
The day on which the time range ends.
InstanceEventWindowTimeRangeRequest.Builder endHour(Integer endHour)
The hour when the time range ends.
endHour
- The hour when the time range ends.Copyright © 2023. All rights reserved.