UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.allowUnassociatedTargets(Boolean allowUnassociatedTargets) |
Whether targets must be registered with the maintenance window before tasks can be defined for those targets.
|
static UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.builder() |
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.cutoff(Integer cutoff) |
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops
scheduling new tasks for execution.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.description(String description) |
An optional description for the update request.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.duration(Integer duration) |
The duration of the maintenance window in hours.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.enabled(Boolean enabled) |
Whether the maintenance window is enabled.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.endDate(String endDate) |
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become inactive.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.name(String name) |
The name of the maintenance window.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.replace(Boolean replace) |
If True, then all fields that are required by the CreateMaintenanceWindow operation are
also required for this API request.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.schedule(String schedule) |
The schedule of the maintenance window in the form of a cron or rate expression.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.scheduleOffset(Integer scheduleOffset) |
The number of days to wait after the date and time specified by a cron expression before running the
maintenance window.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.scheduleTimezone(String scheduleTimezone) |
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.startDate(String startDate) |
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become active.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.toBuilder() |
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.windowId(String windowId) |
The ID of the maintenance window to update.
|