CopyableBuilder<CreateMaintenanceWindowRequest.Builder,CreateMaintenanceWindowRequest>
, SdkBuilder<CreateMaintenanceWindowRequest.Builder,CreateMaintenanceWindowRequest>
public static interface CreateMaintenanceWindowRequest.Builder extends CopyableBuilder<CreateMaintenanceWindowRequest.Builder,CreateMaintenanceWindowRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateMaintenanceWindowRequest.Builder |
allowUnassociatedTargets(Boolean allowUnassociatedTargets) |
Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.
|
CreateMaintenanceWindowRequest.Builder |
clientToken(String clientToken) |
User-provided idempotency token.
|
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 |
duration(Integer duration) |
The duration of the Maintenance Window in hours.
|
CreateMaintenanceWindowRequest.Builder |
name(String name) |
The name of the Maintenance Window.
|
CreateMaintenanceWindowRequest.Builder |
schedule(String schedule) |
The schedule of the Maintenance Window in the form of a cron or rate expression.
|
copy
apply, build
CreateMaintenanceWindowRequest.Builder name(String name)
The name of the Maintenance Window.
name
- The name of the Maintenance Window.CreateMaintenanceWindowRequest.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.CreateMaintenanceWindowRequest.Builder duration(Integer duration)
The duration of the Maintenance Window in hours.
duration
- The duration of the Maintenance Window in hours.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.
cutoff
- The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new
tasks for execution.CreateMaintenanceWindowRequest.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.CreateMaintenanceWindowRequest.Builder clientToken(String clientToken)
User-provided idempotency token.
clientToken
- User-provided idempotency token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.