public static interface DeregisterTaskFromMaintenanceWindowResponse.Builder extends SSMResponse.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DeregisterTaskFromMaintenanceWindowResponse.Builder,DeregisterTaskFromMaintenanceWindowResponse>
| Modifier and Type | Method and Description |
|---|---|
DeregisterTaskFromMaintenanceWindowResponse.Builder |
windowId(String windowId)
The ID of the Maintenance Window the task was removed from.
|
DeregisterTaskFromMaintenanceWindowResponse.Builder |
windowTaskId(String windowTaskId)
The ID of the task removed from the Maintenance Window.
|
buildDeregisterTaskFromMaintenanceWindowResponse.Builder windowId(String windowId)
The ID of the Maintenance Window the task was removed from.
windowId - The ID of the Maintenance Window the task was removed from.DeregisterTaskFromMaintenanceWindowResponse.Builder windowTaskId(String windowTaskId)
The ID of the task removed from the Maintenance Window.
windowTaskId - The ID of the task removed from the Maintenance Window.Copyright © 2017. All rights reserved.