CopyableBuilder<UpdateMaintenanceStartTimeRequest.Builder,UpdateMaintenanceStartTimeRequest>
, SdkBuilder<UpdateMaintenanceStartTimeRequest.Builder,UpdateMaintenanceStartTimeRequest>
public static interface UpdateMaintenanceStartTimeRequest.Builder extends CopyableBuilder<UpdateMaintenanceStartTimeRequest.Builder,UpdateMaintenanceStartTimeRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateMaintenanceStartTimeRequest.Builder |
dayOfWeek(Integer dayOfWeek) |
The maintenance start time day of the week represented as an ordinal number from 0 to 6, where 0 represents
Sunday and 6 Saturday.
|
UpdateMaintenanceStartTimeRequest.Builder |
gatewayARN(String gatewayARN) |
|
UpdateMaintenanceStartTimeRequest.Builder |
hourOfDay(Integer hourOfDay) |
The hour component of the maintenance start time represented as hh, where hh is the hour (00 to
23).
|
UpdateMaintenanceStartTimeRequest.Builder |
minuteOfHour(Integer minuteOfHour) |
The minute component of the maintenance start time represented as mm, where mm is the minute
(00 to 59).
|
copy
apply, build
UpdateMaintenanceStartTimeRequest.Builder gatewayARN(String gatewayARN)
gatewayARN
- UpdateMaintenanceStartTimeRequest.Builder hourOfDay(Integer hourOfDay)
The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23). The hour of the day is in the time zone of the gateway.
hourOfDay
- The hour component of the maintenance start time represented as hh, where hh is the hour
(00 to 23). The hour of the day is in the time zone of the gateway.UpdateMaintenanceStartTimeRequest.Builder minuteOfHour(Integer minuteOfHour)
The minute component of the maintenance start time represented as mm, where mm is the minute (00 to 59). The minute of the hour is in the time zone of the gateway.
minuteOfHour
- The minute component of the maintenance start time represented as mm, where mm is the
minute (00 to 59). The minute of the hour is in the time zone of the gateway.UpdateMaintenanceStartTimeRequest.Builder dayOfWeek(Integer dayOfWeek)
The maintenance start time day of the week represented as an ordinal number from 0 to 6, where 0 represents Sunday and 6 Saturday.
dayOfWeek
- The maintenance start time day of the week represented as an ordinal number from 0 to 6, where 0
represents Sunday and 6 Saturday.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.