| 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)
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 © 2018. All rights reserved.