CopyableBuilder<MaintenanceWindowIdentity.Builder,MaintenanceWindowIdentity>
, SdkBuilder<MaintenanceWindowIdentity.Builder,MaintenanceWindowIdentity>
public static interface MaintenanceWindowIdentity.Builder extends CopyableBuilder<MaintenanceWindowIdentity.Builder,MaintenanceWindowIdentity>
Modifier and Type | Method | 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 |
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
apply, 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 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.