public static final class CreateDownloadTaskRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateDownloadTaskRequest |
build() |
CreateDownloadTaskRequest.Builder |
lang(String lang)
The language of the content within the response.
|
CreateDownloadTaskRequest.Builder |
taskData(String taskData)
The query condition of the download task.
|
CreateDownloadTaskRequest.Builder |
taskType(String taskType)
The type of the task.
|
CreateDownloadTaskRequest.Builder |
timeZone(String timeZone)
The time zone of the time information in the downloaded file.
|
public CreateDownloadTaskRequest.Builder lang(String lang)
The language of the content within the response.
Valid values:
zh
public CreateDownloadTaskRequest.Builder taskData(String taskData)
The query condition of the download task.
example:{"SearchItem":"","UserType":"buy","IpVersion":"4"}
public CreateDownloadTaskRequest.Builder taskType(String taskType)
The type of the task. For more information about task types, see the descriptions in the "DescribeDownloadTaskType" topic.
example:InternetFirewallAsset
public CreateDownloadTaskRequest.Builder timeZone(String timeZone)
The time zone of the time information in the downloaded file. The value must be an identifier of a time zone in the Internet Assigned Numbers Authority (IANA) database. The default value is Asia/Shanghai, which indicates UTC+8.
example:Asia/Shanghai
public CreateDownloadTaskRequest build()
Copyright © 2026. All rights reserved.