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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceEventWindowTimeRangeRequest.BuilderendHour(Integer endHour)The hour when the time range ends.InstanceEventWindowTimeRangeRequest.BuilderendWeekDay(String endWeekDay)The day on which the time range ends.InstanceEventWindowTimeRangeRequest.BuilderendWeekDay(WeekDay endWeekDay)The day on which the time range ends.InstanceEventWindowTimeRangeRequest.BuilderstartHour(Integer startHour)The hour when the time range begins.InstanceEventWindowTimeRangeRequest.BuilderstartWeekDay(String startWeekDay)The day on which the time range begins.InstanceEventWindowTimeRangeRequest.BuilderstartWeekDay(WeekDay startWeekDay)The day on which the time range begins.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
startWeekDay
InstanceEventWindowTimeRangeRequest.Builder startWeekDay(String startWeekDay)
The day on which the time range begins.
-
startWeekDay
InstanceEventWindowTimeRangeRequest.Builder startWeekDay(WeekDay startWeekDay)
The day on which the time range begins.
-
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.
-
endWeekDay
InstanceEventWindowTimeRangeRequest.Builder endWeekDay(String endWeekDay)
The day on which the time range ends.
-
endWeekDay
InstanceEventWindowTimeRangeRequest.Builder endWeekDay(WeekDay endWeekDay)
The day on which the time range ends.
-
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.
-
-