CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.allowUnassociatedTargets(Boolean allowUnassociatedTargets) |
Enables a maintenance window task to run on managed nodes, even if you haven't registered those nodes as
targets.
|
static CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.builder() |
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.clientToken(String clientToken) |
User-provided idempotency token.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.cutoff(Integer cutoff) |
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops
scheduling new tasks for execution.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.description(String description) |
An optional description for the maintenance window.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.duration(Integer duration) |
The duration of the maintenance window in hours.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.endDate(String endDate) |
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become inactive.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.name(String name) |
The name of the maintenance window.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.schedule(String schedule) |
The schedule of the maintenance window in the form of a cron or rate expression.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.scheduleOffset(Integer scheduleOffset) |
The number of days to wait after the date and time specified by a cron expression before running the
maintenance window.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.scheduleTimezone(String scheduleTimezone) |
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.startDate(String startDate) |
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become active.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.tags(Collection<Tag> tags) |
Optional metadata that you assign to a resource.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Optional metadata that you assign to a resource.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.tags(Tag... tags) |
Optional metadata that you assign to a resource.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.toBuilder() |
|