public static final class DescribeDownloadTaskRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDownloadTaskRequest |
build() |
DescribeDownloadTaskRequest.Builder |
currentPage(String currentPage)
The page number.
|
DescribeDownloadTaskRequest.Builder |
lang(String lang)
The language of the content within the response.
|
DescribeDownloadTaskRequest.Builder |
pageSize(String pageSize)
The number of entries per page.
|
DescribeDownloadTaskRequest.Builder |
taskType(String taskType)
The type of the task.
|
public DescribeDownloadTaskRequest.Builder currentPage(String currentPage)
The page number.
example:1
public DescribeDownloadTaskRequest.Builder lang(String lang)
The language of the content within the response. Valid values:
zh
public DescribeDownloadTaskRequest.Builder pageSize(String pageSize)
The number of entries per page. Default value: 10. Maximum value: 50.
example:10
public DescribeDownloadTaskRequest.Builder taskType(String taskType)
The type of the task. For more information about task types, see the descriptions in the "DescribeDownloadTaskType" topic. If you do not specify this parameter, all files are queried by default.
example:InternetFirewallAsset
public DescribeDownloadTaskRequest build()
Copyright © 2026. All rights reserved.