public static interface GetMaintenanceWindowExecutionTaskRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,GetMaintenanceWindowExecutionTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowExecutionTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetMaintenanceWindowExecutionTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetMaintenanceWindowExecutionTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.