public static interface GetMaintenanceWindowExecutionTaskRequest.Builder extends SSMRequest.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,GetMaintenanceWindowExecutionTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowExecutionTaskRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
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.
|
buildrequestOverrideConfig, requestOverrideConfigGetMaintenanceWindowExecutionTaskRequest.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.GetMaintenanceWindowExecutionTaskRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.