public static final class GetAssetsPropertyDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAssetsPropertyDetailRequest.Builder |
biz(String biz)
The type of asset fingerprint to be queried, with a default value of sca.
|
GetAssetsPropertyDetailRequest |
build() |
GetAssetsPropertyDetailRequest.Builder |
currentPage(Integer currentPage)
Set the page number from which to start displaying the query results.
|
GetAssetsPropertyDetailRequest.Builder |
itemName(String itemName)
The aggregated item name of the asset fingerprint to be queried.
|
GetAssetsPropertyDetailRequest.Builder |
lang(String lang)
The language type for the request and response.
|
GetAssetsPropertyDetailRequest.Builder |
nextToken(String nextToken)
Used to mark the current read position.
|
GetAssetsPropertyDetailRequest.Builder |
pageSize(Integer pageSize)
Specify the maximum number of data entries per page in a paginated query.
|
GetAssetsPropertyDetailRequest.Builder |
remark(String remark)
Server name or IP.
|
GetAssetsPropertyDetailRequest.Builder |
searchCriteriaList(List<GetAssetsPropertyDetailRequest.SearchCriteriaList> searchCriteriaList)
A set of conditions for querying asset fingerprint details.
|
GetAssetsPropertyDetailRequest.Builder |
useNextToken(Boolean useNextToken)
Whether to use the NextToken method to fetch the list of vulnerabilities.
|
GetAssetsPropertyDetailRequest.Builder |
uuid(String uuid)
The UUID of the asset to be queried.
|
public GetAssetsPropertyDetailRequest.Builder biz(String biz)
The type of asset fingerprint to be queried, with a default value of sca. Values:
This parameter is required.
example:lkm
public GetAssetsPropertyDetailRequest.Builder currentPage(Integer currentPage)
Set the page number from which to start displaying the query results. The default value is 1, indicating that the display starts from the first page.
example:1
public GetAssetsPropertyDetailRequest.Builder itemName(String itemName)
The aggregated item name of the asset fingerprint to be queried.
example:Call the GetAssetsPropertyItem API to obtain this parameter.
virtio
public GetAssetsPropertyDetailRequest.Builder lang(String lang)
The language type for the request and response. Values:
en
public GetAssetsPropertyDetailRequest.Builder nextToken(String nextToken)
Used to mark the current read position. Leave it empty to start from the beginning.
example:Do not fill in for the first call; the response will include the NextToken for the second call. Each subsequent call"s response will contain the NextToken for the next call.
71640f04f6e7b49764c8d08ae170xxxx
public GetAssetsPropertyDetailRequest.Builder pageSize(Integer pageSize)
Specify the maximum number of data entries per page in a paginated query. The default number of data entries per page is 20. If the PageSize parameter is empty, 20 data entries will be returned by default.
example:It is recommended that the PageSize value is not empty.
20
public GetAssetsPropertyDetailRequest.Builder remark(String remark)
Server name or IP.
example:1.2.XX.XX
public GetAssetsPropertyDetailRequest.Builder searchCriteriaList(List<GetAssetsPropertyDetailRequest.SearchCriteriaList> searchCriteriaList)
A set of conditions for querying asset fingerprint details.
public GetAssetsPropertyDetailRequest.Builder useNextToken(Boolean useNextToken)
Whether to use the NextToken method to fetch the list of vulnerabilities. If this parameter is used, TotalCount will not be returned. Values:
true
public GetAssetsPropertyDetailRequest.Builder uuid(String uuid)
The UUID of the asset to be queried.
example:Call the DescribeCloudCenterInstances API to obtain this parameter.
38f72ea4-4c9f-4df1-bc6c-0f267614****
public GetAssetsPropertyDetailRequest build()
Copyright © 2026. All rights reserved.