public static final class ListUnfinishedOnceTaskRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListUnfinishedOnceTaskRequest |
build() |
ListUnfinishedOnceTaskRequest.Builder |
target(String target)
The value of the object on which the task runs.
|
ListUnfinishedOnceTaskRequest.Builder |
taskType(String taskType)
The type of the task.
|
public ListUnfinishedOnceTaskRequest.Builder target(String target)
The value of the object on which the task runs. If you set TaskType to IMAGE_SCAN, set this parameter to the UUID of the image that you want to scan. If you set TaskType to ASSETS_COLLECTION, set this parameter to the UUID of the server whose information you want to collect.
example:4fe8e1cd-3c37-4851-b9de-124da32c****
public ListUnfinishedOnceTaskRequest.Builder taskType(String taskType)
The type of the task. Valid values:
This parameter is required.
example:IMAGE_SCAN
public ListUnfinishedOnceTaskRequest build()
Copyright © 2026. All rights reserved.