public static interface DeregisterTaskFromMaintenanceWindowRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DeregisterTaskFromMaintenanceWindowRequest.Builder,DeregisterTaskFromMaintenanceWindowRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterTaskFromMaintenanceWindowRequest.Builder |
windowId(String windowId)
The ID of the Maintenance Window the task should be removed from.
|
DeregisterTaskFromMaintenanceWindowRequest.Builder |
windowTaskId(String windowTaskId)
The ID of the task to remove from the Maintenance Window.
|
copyapply, buildDeregisterTaskFromMaintenanceWindowRequest.Builder windowId(String windowId)
The ID of the Maintenance Window the task should be removed from.
windowId - The ID of the Maintenance Window the task should be removed from.DeregisterTaskFromMaintenanceWindowRequest.Builder windowTaskId(String windowTaskId)
The ID of the task to remove from the Maintenance Window.
windowTaskId - The ID of the task to remove from the Maintenance Window.Copyright © 2017. All rights reserved.