public static final class DescribeInstanceStatisticsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeInstanceStatisticsRequest |
build() |
DescribeInstanceStatisticsRequest.Builder |
from(String from)
The source of the request.
|
DescribeInstanceStatisticsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeInstanceStatisticsRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeInstanceStatisticsRequest.Builder |
uuid(String uuid)
The UUIDs of the assets to query.
|
public DescribeInstanceStatisticsRequest.Builder from(String from)
The source of the request. Set the value to sas, which indicates that the request is sent from Security Center.
This parameter is required.
example:sas
public DescribeInstanceStatisticsRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeInstanceStatisticsRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:1.2.XX.XX
public DescribeInstanceStatisticsRequest.Builder uuid(String uuid)
The UUIDs of the assets to query. Separate multiple UUIDs with commas (,). You can call the DescribeCloudCenterInstances operation to query the UUIDs of assets.
This parameter is required.
example:6690a46c-0edb-4663-a641-3629d1a9****
public DescribeInstanceStatisticsRequest build()
Copyright © 2026. All rights reserved.