public static interface MaintenanceWindowIdentity.Builder extends SdkPojo, 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 |
description(String description)
A description of the maintenance window.
|
MaintenanceWindowIdentity.Builder |
duration(Integer duration)
The duration of the maintenance window in hours.
|
MaintenanceWindowIdentity.Builder |
enabled(Boolean enabled)
Indicates whether the maintenance window is enabled.
|
MaintenanceWindowIdentity.Builder |
endDate(String endDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
inactive.
|
MaintenanceWindowIdentity.Builder |
name(String name)
The name of the maintenance window.
|
MaintenanceWindowIdentity.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.
|
MaintenanceWindowIdentity.Builder |
schedule(String schedule)
The schedule of the maintenance window in the form of a cron or rate expression.
|
MaintenanceWindowIdentity.Builder |
scheduleOffset(Integer scheduleOffset)
The number of days to wait to run a maintenance window after the scheduled CRON expression date and time.
|
MaintenanceWindowIdentity.Builder |
scheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
MaintenanceWindowIdentity.Builder |
startDate(String startDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
active.
|
MaintenanceWindowIdentity.Builder |
windowId(String windowId)
The ID of the maintenance window.
|
equalsBySdkFields, sdkFields
copy
applyMutation, 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 description(String description)
A description of the maintenance window.
description
- A description of the maintenance window.MaintenanceWindowIdentity.Builder enabled(Boolean enabled)
Indicates whether the maintenance window is enabled.
enabled
- Indicates 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.MaintenanceWindowIdentity.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.MaintenanceWindowIdentity.Builder scheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
scheduleTimezone
- The time zone that the scheduled maintenance window executions are based on, in Internet Assigned
Numbers Authority (IANA) format.MaintenanceWindowIdentity.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.MaintenanceWindowIdentity.Builder endDate(String endDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
endDate
- The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
inactive.MaintenanceWindowIdentity.Builder startDate(String startDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
startDate
- The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become
active.MaintenanceWindowIdentity.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.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.