| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.Builder.allowUnassociatedTargets(Boolean allowUnassociatedTargets)
Whether targets must be registered with the maintenance window before tasks can be defined for those targets.
|
static UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.builder() |
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.Builder.cutoff(Integer cutoff)
The number of hours before the end of the maintenance window that Systems Manager stops scheduling new tasks
for execution.
|
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.Builder.description(String description)
An optional description of the update.
|
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.Builder.duration(Integer duration)
The duration of the maintenance window in hours.
|
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.Builder.enabled(Boolean enabled)
Whether the maintenance window is enabled.
|
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.Builder.endDate(String endDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
inactive.
|
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.Builder.name(String name)
The name of the maintenance window.
|
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.Builder.schedule(String schedule)
The schedule of the maintenance window in the form of a cron or rate expression.
|
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.Builder.scheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.Builder.startDate(String startDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
active.
|
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.toBuilder() |
UpdateMaintenanceWindowResponse.Builder |
UpdateMaintenanceWindowResponse.Builder.windowId(String windowId)
The ID of the created maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateMaintenanceWindowResponse.Builder> |
UpdateMaintenanceWindowResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.