public static final class DescribePropertyScaItemRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribePropertyScaItemRequest.Builder |
biz(String biz)
The type of the asset fingerprint that you want to query.
|
DescribePropertyScaItemRequest |
build() |
DescribePropertyScaItemRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribePropertyScaItemRequest.Builder |
forceFlush(Boolean forceFlush)
Specifies whether to forcefully refresh the data that you want to query.
|
DescribePropertyScaItemRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribePropertyScaItemRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribePropertyScaItemRequest.Builder |
searchInfo(String searchInfo)
The search keyword.
|
DescribePropertyScaItemRequest.Builder |
searchItem(String searchItem)
The type of the search condition.
|
public DescribePropertyScaItemRequest.Builder biz(String biz)
* **sca**: middleware * **sca_database**: database * **sca_web**: web service > If you do not specify this parameter, the default value **sca** is used, which indicates that middleware fingerprints are queried.
public DescribePropertyScaItemRequest.Builder currentPage(Integer currentPage)
public DescribePropertyScaItemRequest.Builder forceFlush(Boolean forceFlush)
* **true**: yes * **false**: no
public DescribePropertyScaItemRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public DescribePropertyScaItemRequest.Builder pageSize(Integer pageSize)
> We recommend that you do not leave this parameter empty.
public DescribePropertyScaItemRequest.Builder searchInfo(String searchInfo)
* 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: * **system_service**: system service * **software_library**: software library * **docker_component**: container component * **database**: database * **web_container**: web container * **jar**: JAR package * **web_framework**: web framework > You must specify both the **SearchItem** and **SearchInfo** parameters before you can query the asset fingerprints based on the specified name or type.
public DescribePropertyScaItemRequest.Builder searchItem(String searchItem)
* **name**: the name of a database, middleware, or web service * **type**: the type of a database, middleware, or web service > You must specify both the **SearchItem** and **SearchInfo** parameters before you can query the asset fingerprints based on the specified name or type.
public DescribePropertyScaItemRequest build()
Copyright © 2023. All rights reserved.