public static interface GetMaintenanceWindowExecutionTaskRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,GetMaintenanceWindowExecutionTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowExecutionTaskRequest.Builder |
taskId(String taskId)
The ID of the specific task execution in the Maintenance Window task that should be retrieved.
|
GetMaintenanceWindowExecutionTaskRequest.Builder |
windowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution that includes the task.
|
copyapply, buildGetMaintenanceWindowExecutionTaskRequest.Builder windowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution that includes the task.
windowExecutionId - The ID of the Maintenance Window execution that includes the task.GetMaintenanceWindowExecutionTaskRequest.Builder taskId(String taskId)
The ID of the specific task execution in the Maintenance Window task that should be retrieved.
taskId - The ID of the specific task execution in the Maintenance Window task that should be retrieved.Copyright © 2017. All rights reserved.