public static final class DescribePropertyScaDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePropertyScaDetailRequest.Builder |
biz(String biz)
The type of the asset fingerprint that you want to query.
|
DescribePropertyScaDetailRequest.Builder |
bizType(String bizType)
The type of the middleware, database, or web service that you want to query.
|
DescribePropertyScaDetailRequest |
build() |
DescribePropertyScaDetailRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribePropertyScaDetailRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribePropertyScaDetailRequest.Builder |
name(Long name)
The name of the middleware, database, or web service.
|
DescribePropertyScaDetailRequest.Builder |
nextToken(String nextToken)
The value of NextToken that is returned when the NextToken method is used.
|
DescribePropertyScaDetailRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribePropertyScaDetailRequest.Builder |
pid(String pid)
The PID.
|
DescribePropertyScaDetailRequest.Builder |
port(String port)
The port that the process monitors.
|
DescribePropertyScaDetailRequest.Builder |
processStartedEnd(Long processStartedEnd)
The timestamp when the process ends.
|
DescribePropertyScaDetailRequest.Builder |
processStartedStart(Long processStartedStart)
The timestamp when the process starts.
|
DescribePropertyScaDetailRequest.Builder |
remark(String remark)
The search condition, such as a server name or a server IP address.
|
DescribePropertyScaDetailRequest.Builder |
scaName(String scaName)
The name of the asset fingerprint that you want to query.
|
DescribePropertyScaDetailRequest.Builder |
scaNamePattern(String scaNamePattern)
The name of the process.
|
DescribePropertyScaDetailRequest.Builder |
scaVersion(String scaVersion)
The version of the middleware, database, or web service.
|
DescribePropertyScaDetailRequest.Builder |
searchCriteriaList(List<DescribePropertyScaDetailRequest.SearchCriteriaList> searchCriteriaList)
SearchCriteriaList.
|
DescribePropertyScaDetailRequest.Builder |
searchInfo(String searchInfo)
The search keyword.
|
DescribePropertyScaDetailRequest.Builder |
searchInfoSub(String searchInfoSub)
The keyword of the subquery.
|
DescribePropertyScaDetailRequest.Builder |
searchItem(String searchItem)
The type of the search condition.
|
DescribePropertyScaDetailRequest.Builder |
searchItemSub(String searchItemSub)
The type of the subquery.
|
DescribePropertyScaDetailRequest.Builder |
useNextToken(Boolean useNextToken)
Specifies whether to use the NextToken method to retrieve a new page of results.
|
DescribePropertyScaDetailRequest.Builder |
user(String user)
The user who runs the process.
|
DescribePropertyScaDetailRequest.Builder |
uuid(String uuid)
The UUID of the server on which the middleware, database, or web service is run.
|
public DescribePropertyScaDetailRequest.Builder biz(String biz)
The type of the asset fingerprint that you want to query. Default value: sca. Valid values:
example:If you do not specify this parameter, the default value sca is used, which indicates that middleware fingerprints are queried.
sca
public DescribePropertyScaDetailRequest.Builder bizType(String bizType)
The type of the middleware, database, or web service that you want to query. Valid values:
system_service
public DescribePropertyScaDetailRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribePropertyScaDetailRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribePropertyScaDetailRequest.Builder name(Long name)
The name of the middleware, database, or web service.
example:This parameter is deprecated. You can ignore it.
1
public DescribePropertyScaDetailRequest.Builder nextToken(String nextToken)
The value of NextToken that is returned when the NextToken method is used. You do not need to specify this parameter for the first request.
example:AAAAAV3MpHK1AP0pfERHZN5pu6k+AtdhNE3kgQEK36GujZ5on+tWdc+4WoaoMP/kUNxxxx
public DescribePropertyScaDetailRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 10.
example:We recommend that you do not leave this parameter empty.
10
public DescribePropertyScaDetailRequest.Builder pid(String pid)
The PID.
example:756
public DescribePropertyScaDetailRequest.Builder port(String port)
The port that the process monitors.
example:68
public DescribePropertyScaDetailRequest.Builder processStartedEnd(Long processStartedEnd)
The timestamp when the process ends. Unit: milliseconds.
example:1641110965
public DescribePropertyScaDetailRequest.Builder processStartedStart(Long processStartedStart)
The timestamp when the process starts. Unit: milliseconds.
example:1641024565
public DescribePropertyScaDetailRequest.Builder remark(String remark)
The search condition, such as a server name or a server IP address.
example:Fuzzy match is supported.
192.168
public DescribePropertyScaDetailRequest.Builder scaName(String scaName)
The name of the asset fingerprint that you want to query.
example:openssl
public DescribePropertyScaDetailRequest.Builder scaNamePattern(String scaNamePattern)
The name of the process.
example:open
public DescribePropertyScaDetailRequest.Builder scaVersion(String scaVersion)
The version of the middleware, database, or web service.
example:1.0.2k
public DescribePropertyScaDetailRequest.Builder searchCriteriaList(List<DescribePropertyScaDetailRequest.SearchCriteriaList> searchCriteriaList)
public DescribePropertyScaDetailRequest.Builder searchInfo(String searchInfo)
The search keyword. You must specify this parameter based on the value of the SearchItem parameter.
If the SearchItem parameter is set to name, you must enter the name of an asset fingerprint.
If the SearchItem parameter is set to type, you must enter the type of an asset fingerprint. Valid values:
example:You must specify both the SearchItem and SearchInfo parameters before you can query the asset fingerprints based on the specified name or type.
openssl
public DescribePropertyScaDetailRequest.Builder searchInfoSub(String searchInfoSub)
The keyword of the subquery. You must specify this parameter based on the value of the SearchItemSub parameter.
example:The subquery is used to search for data of a specified database, middleware, or web service.
1.0.2k
public DescribePropertyScaDetailRequest.Builder searchItem(String searchItem)
The type of the search condition. Valid values:
example:You must specify both the SearchItem and SearchInfo parameters before you can query the asset fingerprints based on the specified name or type.
name
public DescribePropertyScaDetailRequest.Builder searchItemSub(String searchItemSub)
The type of the subquery. Valid values:
version
public DescribePropertyScaDetailRequest.Builder useNextToken(Boolean useNextToken)
Specifies whether to use the NextToken method to retrieve a new page of results. If you set UseNextToken to true, the value of TotalCount is not returned. Valid values:
true
public DescribePropertyScaDetailRequest.Builder user(String user)
The user who runs the process.
example:root
public DescribePropertyScaDetailRequest.Builder uuid(String uuid)
The UUID of the server on which the middleware, database, or web service is run.
example:uuid-02ebabe7-1c19-ab****
public DescribePropertyScaDetailRequest build()
Copyright © 2026. All rights reserved.