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
Modifier and TypeMethodDescriptionThe start hour of the window in Coordinated Universal Time (UTC), using 24-hour time.The start minute of the window, in UTC.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -