public static interface GetMaintenanceWindowExecutionTaskRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowExecutionTaskRequest.Builder,GetMaintenanceWindowExecutionTaskRequest>
Modifier and Type | Method and Description |
---|---|
GetMaintenanceWindowExecutionTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMaintenanceWindowExecutionTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetMaintenanceWindowExecutionTaskRequest.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)
overrideConfiguration
in interface AwsRequest.Builder
GetMaintenanceWindowExecutionTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.