public static final class DescribeInstanceVulStatisticsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeInstanceVulStatisticsRequest |
build() |
DescribeInstanceVulStatisticsRequest.Builder |
types(String types)
The vulnerability type of the serverless instance.
|
DescribeInstanceVulStatisticsRequest.Builder |
uuid(String uuid)
The UUID of the instance to query.
|
public DescribeInstanceVulStatisticsRequest.Builder types(String types)
The vulnerability type of the serverless instance. Valid values:
example:Serverless instances allow you to detect only application vulnerabilities by using a scanner.
sca,app
public DescribeInstanceVulStatisticsRequest.Builder uuid(String uuid)
The UUID of the instance to query.
You can call the DescribeCloudCenterInstances operation to query the UUID of the instance.
This parameter is required.
example:5b268326-273e-44fc-a0e3-9482435c****
public DescribeInstanceVulStatisticsRequest build()
Copyright © 2026. All rights reserved.