| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.allowUnassociatedTargets(Boolean allowUnassociatedTargets)
Whether targets must be registered with the Maintenance Window before tasks can be defined for those 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.duration(Integer duration)
The duration of the Maintenance Window in hours.
|
CreateMaintenanceWindowRequest.Builder |
CreateMaintenanceWindowRequest.Builder.name(String name)
The name of the Maintenance Window.
|
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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMaintenanceWindowRequest.Builder> |
CreateMaintenanceWindowRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.