public static interface GetMaintenanceWindowResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowResponse.Builder,GetMaintenanceWindowResponse>
Modifier and Type | Method and 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(Instant 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 |
description(String description)
The description of the Maintenance Window.
|
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 |
endDate(String endDate)
The date and time, in ISO-8601 Extended format, for when the Maintenance Window is scheduled to become
inactive.
|
GetMaintenanceWindowResponse.Builder |
modifiedDate(Instant modifiedDate)
The date the Maintenance Window was last modified.
|
GetMaintenanceWindowResponse.Builder |
name(String name)
The name of the Maintenance Window.
|
GetMaintenanceWindowResponse.Builder |
nextExecutionTime(String nextExecutionTime)
The next time the Maintenance Window will actually run, taking into account any specified times for the
Maintenance Window to become active or inactive.
|
GetMaintenanceWindowResponse.Builder |
schedule(String schedule)
The schedule of the Maintenance Window in the form of a cron or rate expression.
|
GetMaintenanceWindowResponse.Builder |
scheduleTimezone(String scheduleTimezone)
The time zone that the scheduled Maintenance Window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
GetMaintenanceWindowResponse.Builder |
startDate(String startDate)
The date and time, in ISO-8601 Extended format, for when the Maintenance Window is scheduled to become
active.
|
GetMaintenanceWindowResponse.Builder |
windowId(String windowId)
The ID of the created Maintenance Window.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 description(String description)
The description of the Maintenance Window.
description
- The description of the Maintenance Window.GetMaintenanceWindowResponse.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.GetMaintenanceWindowResponse.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.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 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.GetMaintenanceWindowResponse.Builder nextExecutionTime(String nextExecutionTime)
The next time the Maintenance Window will actually run, taking into account any specified times for the Maintenance Window to become active or inactive.
nextExecutionTime
- The next time the Maintenance Window will actually run, taking into account any specified times for
the Maintenance Window to become active or inactive.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(Instant createdDate)
The date the Maintenance Window was created.
createdDate
- The date the Maintenance Window was created.GetMaintenanceWindowResponse.Builder modifiedDate(Instant 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.