static UpdateMaintenanceStartTimeRequest.Builder |
UpdateMaintenanceStartTimeRequest.builder() |
|
UpdateMaintenanceStartTimeRequest.Builder |
UpdateMaintenanceStartTimeRequest.Builder.dayOfMonth(Integer dayOfMonth) |
The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28,
where 1 represents the first day of the month.
|
UpdateMaintenanceStartTimeRequest.Builder |
UpdateMaintenanceStartTimeRequest.Builder.dayOfWeek(Integer dayOfWeek) |
The day of the week component of the maintenance start time week represented as an ordinal number from 0 to
6, where 0 represents Sunday and 6 represents Saturday.
|
UpdateMaintenanceStartTimeRequest.Builder |
UpdateMaintenanceStartTimeRequest.Builder.gatewayARN(String gatewayARN) |
Sets the value of the GatewayARN property for this object.
|
UpdateMaintenanceStartTimeRequest.Builder |
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 |
UpdateMaintenanceStartTimeRequest.Builder.minuteOfHour(Integer minuteOfHour) |
The minute component of the maintenance start time represented as mm, where mm is the minute
(00 to 59).
|
UpdateMaintenanceStartTimeRequest.Builder |
UpdateMaintenanceStartTimeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateMaintenanceStartTimeRequest.Builder |
UpdateMaintenanceStartTimeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateMaintenanceStartTimeRequest.Builder |
UpdateMaintenanceStartTimeRequest.Builder.softwareUpdatePreferences(Consumer<SoftwareUpdatePreferences.Builder> softwareUpdatePreferences) |
A set of variables indicating the software update preferences for the gateway.
|
UpdateMaintenanceStartTimeRequest.Builder |
UpdateMaintenanceStartTimeRequest.Builder.softwareUpdatePreferences(SoftwareUpdatePreferences softwareUpdatePreferences) |
A set of variables indicating the software update preferences for the gateway.
|
UpdateMaintenanceStartTimeRequest.Builder |
UpdateMaintenanceStartTimeRequest.toBuilder() |
|