CopyableBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,GetMaintenanceWindowExecutionTaskRequest>, SdkBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,GetMaintenanceWindowExecutionTaskRequest>public static interface GetMaintenanceWindowExecutionTaskRequest.Builder extends CopyableBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,GetMaintenanceWindowExecutionTaskRequest>
| Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.