| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateMaintenanceWindowResponse> |
SsmAsyncClient.updateMaintenanceWindow(Consumer<UpdateMaintenanceWindowRequest.Builder> updateMaintenanceWindowRequest)
Updates an existing maintenance window.
|
default UpdateMaintenanceWindowResponse |
SsmClient.updateMaintenanceWindow(Consumer<UpdateMaintenanceWindowRequest.Builder> updateMaintenanceWindowRequest)
Updates an existing maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
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(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.toBuilder() |
UpdateMaintenanceWindowRequest.Builder |
UpdateMaintenanceWindowRequest.Builder.windowId(String windowId)
The ID of the maintenance window to update.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateMaintenanceWindowRequest.Builder> |
UpdateMaintenanceWindowRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.