public static interface GetMaintenanceWindowExecutionTaskRequest.Builder extends SSMRequest.Builder, CopyableBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,GetMaintenanceWindowExecutionTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowExecutionTaskRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
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, requestOverrideConfigcopyapply, 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.GetMaintenanceWindowExecutionTaskRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.