public static final class DescribeScanTaskProgressResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeScanTaskProgressResponseBody |
build() |
DescribeScanTaskProgressResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
DescribeScanTaskProgressResponseBody.Builder |
scanTaskProgress(String scanTaskProgress)
The progress of the virus scan task.
|
DescribeScanTaskProgressResponseBody.Builder |
targetInfo(String targetInfo)
The information about the asset on which the virus scan task runs.
|
public DescribeScanTaskProgressResponseBody.Builder requestId(String requestId)
public DescribeScanTaskProgressResponseBody.Builder scanTaskProgress(String scanTaskProgress)
* **init**: The task is being initialized. * **Processing**: The task is running. * **Success**: The task is complete. * **Failed**: The task fails.
public DescribeScanTaskProgressResponseBody.Builder targetInfo(String targetInfo)
* **type**: the type of the asset on which the virus scan task runs. Valid values: * **groupId**: server group. * **uuid**: server. * **name**: the name of the server group or server. * **target**: the asset on which the virus scan task runs. The value of this field varies based on the value of the type field. * If the value of **type** is **groupId**, the value of this field is the ID of the server group. * If the value of **type** is **uuid**, the value of this field is the UUID of the server.
public DescribeScanTaskProgressResponseBody build()
Copyright © 2023. All rights reserved.