public static interface MaintenanceWindowIdentity.Builder extends software.amazon.awssdk.utils.builder.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 |
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.
|
copyapply, buildMaintenanceWindowIdentity.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. All rights reserved.