public static interface MaintenanceWindowIdentity.Builder extends CopyableBuilder<MaintenanceWindowIdentity.Builder,MaintenanceWindowIdentity>
Modifier and Type | Method and Description |
---|---|
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 |
description(String description)
A description of the Maintenance Window.
|
MaintenanceWindowIdentity.Builder |
duration(Integer duration)
The duration of the Maintenance Window in hours.
|
MaintenanceWindowIdentity.Builder |
enabled(Boolean enabled)
Whether the Maintenance Window is enabled.
|
MaintenanceWindowIdentity.Builder |
name(String name)
The name of the Maintenance Window.
|
MaintenanceWindowIdentity.Builder |
windowId(String windowId)
The ID of the Maintenance Window.
|
copy
applyMutation, build
MaintenanceWindowIdentity.Builder windowId(String windowId)
The ID of the Maintenance Window.
windowId
- The ID of the Maintenance Window.MaintenanceWindowIdentity.Builder name(String name)
The name of the Maintenance Window.
name
- The name of the Maintenance Window.MaintenanceWindowIdentity.Builder description(String description)
A description of the Maintenance Window.
description
- A description of the Maintenance Window.MaintenanceWindowIdentity.Builder enabled(Boolean enabled)
Whether the Maintenance Window is enabled.
enabled
- Whether the Maintenance Window is enabled.MaintenanceWindowIdentity.Builder duration(Integer duration)
The duration of the Maintenance Window in hours.
duration
- The duration of the Maintenance Window in hours.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.
cutoff
- The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new
tasks for execution.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.