CopyableBuilder<GetMaintenanceWindowResponse.Builder,GetMaintenanceWindowResponse>
, SdkBuilder<GetMaintenanceWindowResponse.Builder,GetMaintenanceWindowResponse>
public static interface GetMaintenanceWindowResponse.Builder extends CopyableBuilder<GetMaintenanceWindowResponse.Builder,GetMaintenanceWindowResponse>
Modifier and Type | Method | Description |
---|---|---|
GetMaintenanceWindowResponse.Builder |
allowUnassociatedTargets(Boolean allowUnassociatedTargets) |
Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.
|
GetMaintenanceWindowResponse.Builder |
createdDate(Date createdDate) |
The date the Maintenance Window was created.
|
GetMaintenanceWindowResponse.Builder |
cutoff(Integer cutoff) |
The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks
for execution.
|
GetMaintenanceWindowResponse.Builder |
duration(Integer duration) |
The duration of the Maintenance Window in hours.
|
GetMaintenanceWindowResponse.Builder |
enabled(Boolean enabled) |
Whether the Maintenance Windows is enabled.
|
GetMaintenanceWindowResponse.Builder |
modifiedDate(Date modifiedDate) |
The date the Maintenance Window was last modified.
|
GetMaintenanceWindowResponse.Builder |
name(String name) |
The name of the Maintenance Window.
|
GetMaintenanceWindowResponse.Builder |
schedule(String schedule) |
The schedule of the Maintenance Window in the form of a cron or rate expression.
|
GetMaintenanceWindowResponse.Builder |
windowId(String windowId) |
The ID of the created Maintenance Window.
|
copy
apply, build
GetMaintenanceWindowResponse.Builder windowId(String windowId)
The ID of the created Maintenance Window.
windowId
- The ID of the created Maintenance Window.GetMaintenanceWindowResponse.Builder name(String name)
The name of the Maintenance Window.
name
- The name of the Maintenance Window.GetMaintenanceWindowResponse.Builder schedule(String schedule)
The schedule of the Maintenance Window in the form of a cron or rate expression.
schedule
- The schedule of the Maintenance Window in the form of a cron or rate expression.GetMaintenanceWindowResponse.Builder duration(Integer duration)
The duration of the Maintenance Window in hours.
duration
- The duration of the Maintenance Window in hours.GetMaintenanceWindowResponse.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.GetMaintenanceWindowResponse.Builder allowUnassociatedTargets(Boolean allowUnassociatedTargets)
Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.
allowUnassociatedTargets
- Whether targets must be registered with the Maintenance Window before tasks can be defined for those
targets.GetMaintenanceWindowResponse.Builder enabled(Boolean enabled)
Whether the Maintenance Windows is enabled.
enabled
- Whether the Maintenance Windows is enabled.GetMaintenanceWindowResponse.Builder createdDate(Date createdDate)
The date the Maintenance Window was created.
createdDate
- The date the Maintenance Window was created.GetMaintenanceWindowResponse.Builder modifiedDate(Date modifiedDate)
The date the Maintenance Window was last modified.
modifiedDate
- The date the Maintenance Window was last modified.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.