public static interface UpdateMaintenanceWindowResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<UpdateMaintenanceWindowResponse.Builder,UpdateMaintenanceWindowResponse>
Modifier and Type | Method and Description |
---|---|
UpdateMaintenanceWindowResponse.Builder |
allowUnassociatedTargets(Boolean allowUnassociatedTargets)
Whether targets must be registered with the maintenance window before tasks can be defined for those targets.
|
UpdateMaintenanceWindowResponse.Builder |
cutoff(Integer cutoff)
The number of hours before the end of the maintenance window that Systems Manager stops scheduling new tasks
for execution.
|
UpdateMaintenanceWindowResponse.Builder |
description(String description)
An optional description of the update.
|
UpdateMaintenanceWindowResponse.Builder |
duration(Integer duration)
The duration of the maintenance window in hours.
|
UpdateMaintenanceWindowResponse.Builder |
enabled(Boolean enabled)
Whether the maintenance window is enabled.
|
UpdateMaintenanceWindowResponse.Builder |
endDate(String endDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
inactive.
|
UpdateMaintenanceWindowResponse.Builder |
name(String name)
The name of the maintenance window.
|
UpdateMaintenanceWindowResponse.Builder |
schedule(String schedule)
The schedule of the maintenance window in the form of a cron or rate expression.
|
UpdateMaintenanceWindowResponse.Builder |
scheduleOffset(Integer scheduleOffset)
The number of days to wait to run a maintenance window after the scheduled CRON expression date and time.
|
UpdateMaintenanceWindowResponse.Builder |
scheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
UpdateMaintenanceWindowResponse.Builder |
startDate(String startDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
active.
|
UpdateMaintenanceWindowResponse.Builder |
windowId(String windowId)
The ID of the created maintenance window.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateMaintenanceWindowResponse.Builder windowId(String windowId)
The ID of the created maintenance window.
windowId
- The ID of the created maintenance window.UpdateMaintenanceWindowResponse.Builder name(String name)
The name of the maintenance window.
name
- The name of the maintenance window.UpdateMaintenanceWindowResponse.Builder description(String description)
An optional description of the update.
description
- An optional description of the update.UpdateMaintenanceWindowResponse.Builder startDate(String startDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. The maintenance window will not run before this specified time.
startDate
- The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
active. The maintenance window will not run before this specified time.UpdateMaintenanceWindowResponse.Builder endDate(String endDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. The maintenance window will not run after this specified time.
endDate
- The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
inactive. The maintenance window will not run after this specified time.UpdateMaintenanceWindowResponse.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.UpdateMaintenanceWindowResponse.Builder scheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "etc/UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
scheduleTimezone
- The time zone that the scheduled maintenance window executions are based on, in Internet Assigned
Numbers Authority (IANA) format. For example: "America/Los_Angeles", "etc/UTC", or "Asia/Seoul". For
more information, see the Time Zone Database on the IANA
website.UpdateMaintenanceWindowResponse.Builder scheduleOffset(Integer scheduleOffset)
The number of days to wait to run a maintenance window after the scheduled CRON expression date and time.
scheduleOffset
- The number of days to wait to run a maintenance window after the scheduled CRON expression date and
time.UpdateMaintenanceWindowResponse.Builder duration(Integer duration)
The duration of the maintenance window in hours.
duration
- The duration of the maintenance window in hours.UpdateMaintenanceWindowResponse.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.UpdateMaintenanceWindowResponse.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.UpdateMaintenanceWindowResponse.Builder enabled(Boolean enabled)
Whether the maintenance window is enabled.
enabled
- Whether the maintenance window is enabled.Copyright © 2020. All rights reserved.