| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateMaintenanceWindowResponse> |
SsmAsyncClient.createMaintenanceWindow(Consumer<CreateMaintenanceWindowRequest.Builder> createMaintenanceWindowRequest)
Creates a new maintenance window.
|
default CreateMaintenanceWindowResponse |
SsmClient.createMaintenanceWindow(Consumer<CreateMaintenanceWindowRequest.Builder> createMaintenanceWindowRequest)
Creates a new maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.allowUnassociatedTargets(Boolean allowUnassociatedTargets)
Enables a maintenance window task to run on managed instances, even if you have not registered those
instances 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 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(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMaintenanceWindowRequest.Builder> |
CreateMaintenanceWindowRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.