public static final class CreateVirusScanOnceTaskRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateVirusScanOnceTaskRequest |
build() |
CreateVirusScanOnceTaskRequest.Builder |
param(String param)
Additional information fields:
additionType: The type of extended scan
example:
{"additionType":["SCAN_MEMORY"]}
|
CreateVirusScanOnceTaskRequest.Builder |
scanPath(List<String> scanPath)
The information about the scan path that is required for a custom scan.
|
CreateVirusScanOnceTaskRequest.Builder |
scanType(String scanType)
The type of the virus scan.
|
CreateVirusScanOnceTaskRequest.Builder |
selectionKey(String selectionKey)
The key that stores the asset information.
|
public CreateVirusScanOnceTaskRequest.Builder param(String param)
Additional information fields:
{"additionType":["SCAN_MEMORY"]}
public CreateVirusScanOnceTaskRequest.Builder scanPath(List<String> scanPath)
The information about the scan path that is required for a custom scan.
public CreateVirusScanOnceTaskRequest.Builder scanType(String scanType)
The type of the virus scan. Valid values:
system
public CreateVirusScanOnceTaskRequest.Builder selectionKey(String selectionKey)
The key that stores the asset information.
example:You can call the GetAssetSelectionConfig operation to obtain the key value.
845de1ec-4b08-42e1-b564-31321e48xxxx
public CreateVirusScanOnceTaskRequest build()
Copyright © 2026. All rights reserved.