Interface InstanceEventWindowTimeRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceEventWindowTimeRange.Builder,InstanceEventWindowTimeRange>,SdkBuilder<InstanceEventWindowTimeRange.Builder,InstanceEventWindowTimeRange>,SdkPojo
- Enclosing class:
- InstanceEventWindowTimeRange
@Mutable @NotThreadSafe public static interface InstanceEventWindowTimeRange.Builder extends SdkPojo, CopyableBuilder<InstanceEventWindowTimeRange.Builder,InstanceEventWindowTimeRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceEventWindowTimeRange.BuilderendHour(Integer endHour)The hour when the time range ends.InstanceEventWindowTimeRange.BuilderendWeekDay(String endWeekDay)The day on which the time range ends.InstanceEventWindowTimeRange.BuilderendWeekDay(WeekDay endWeekDay)The day on which the time range ends.InstanceEventWindowTimeRange.BuilderstartHour(Integer startHour)The hour when the time range begins.InstanceEventWindowTimeRange.BuilderstartWeekDay(String startWeekDay)The day on which the time range begins.InstanceEventWindowTimeRange.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
startWeekDay
InstanceEventWindowTimeRange.Builder startWeekDay(String startWeekDay)
The day on which the time range begins.
-
startWeekDay
InstanceEventWindowTimeRange.Builder startWeekDay(WeekDay startWeekDay)
The day on which the time range begins.
-
startHour
InstanceEventWindowTimeRange.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
InstanceEventWindowTimeRange.Builder endWeekDay(String endWeekDay)
The day on which the time range ends.
-
endWeekDay
InstanceEventWindowTimeRange.Builder endWeekDay(WeekDay endWeekDay)
The day on which the time range ends.
-
endHour
InstanceEventWindowTimeRange.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.
-
-