| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.builder() |
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.Builder.cutoff(Integer cutoff)
The number of hours before the end of the maintenance window that Systems Manager stops scheduling new tasks
for execution.
|
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.Builder.description(String description)
A description of the maintenance window.
|
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.Builder.duration(Integer duration)
The duration of the maintenance window in hours.
|
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.Builder.enabled(Boolean enabled)
Indicates whether the maintenance window is enabled.
|
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.Builder.endDate(String endDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
inactive.
|
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.Builder.name(String name)
The name of the maintenance window.
|
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.Builder.nextExecutionTime(String nextExecutionTime)
The next time the maintenance window will actually run, taking into account any specified times for the
maintenance window to become active or inactive.
|
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.Builder.schedule(String schedule)
The schedule of the maintenance window in the form of a cron or rate expression.
|
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.Builder.scheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.Builder.startDate(String startDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
active.
|
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.toBuilder() |
MaintenanceWindowIdentity.Builder |
MaintenanceWindowIdentity.Builder.windowId(String windowId)
The ID of the maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MaintenanceWindowIdentity.Builder> |
MaintenanceWindowIdentity.serializableBuilderClass() |
Copyright © 2019. All rights reserved.