Interface WindowStartTime.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WindowStartTime.Builder,WindowStartTime>,SdkBuilder<WindowStartTime.Builder,WindowStartTime>,SdkPojo
- Enclosing class:
- WindowStartTime
public static interface WindowStartTime.Builder extends SdkPojo, CopyableBuilder<WindowStartTime.Builder,WindowStartTime>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WindowStartTime.Builderhours(Long hours)The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time.WindowStartTime.Builderminutes(Long minutes)The start minute of the window, in UTC.-
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
-
hours
WindowStartTime.Builder hours(Long hours)
The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example,
17refers to 5:00 P.M. UTC.- Parameters:
hours- The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example,17refers to 5:00 P.M. UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minutes
WindowStartTime.Builder minutes(Long minutes)
The start minute of the window, in UTC.
- Parameters:
minutes- The start minute of the window, in UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-