public static final class DeleteAsyncTaskRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteAsyncTaskRequest |
build() |
DeleteAsyncTaskRequest.Builder |
regionId(String regionId)
RegionId.
|
DeleteAsyncTaskRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DeleteAsyncTaskRequest.Builder |
taskId(Integer taskId)
The ID of the task that you want to delete.
|
public DeleteAsyncTaskRequest.Builder regionId(String regionId)
public DeleteAsyncTaskRequest.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:default
public DeleteAsyncTaskRequest.Builder taskId(Integer taskId)
The ID of the task that you want to delete.
You can call the DescribeAsyncTasks operation to query the IDs of all asynchronous export tasks.
This parameter is required.
example:1
public DeleteAsyncTaskRequest build()
Copyright © 2026. All rights reserved.