public static final class DescribePropertySoftwareDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePropertySoftwareDetailRequest |
build() |
DescribePropertySoftwareDetailRequest.Builder |
currentPage(Integer currentPage)
Set which page of the returned results to start displaying the query results.
|
DescribePropertySoftwareDetailRequest.Builder |
extend(String extend)
Whether the software name supports fuzzy search.
|
DescribePropertySoftwareDetailRequest.Builder |
installTimeEnd(Long installTimeEnd)
The timestamp when the software update ended.
|
DescribePropertySoftwareDetailRequest.Builder |
installTimeStart(Long installTimeStart)
The timestamp when the software update started.
|
DescribePropertySoftwareDetailRequest.Builder |
name(String name)
The name of the software to be queried.
|
DescribePropertySoftwareDetailRequest.Builder |
nextToken(String nextToken)
Used to mark the starting position for reading.
|
DescribePropertySoftwareDetailRequest.Builder |
pageSize(Integer pageSize)
Set the number of software asset fingerprint information items displayed per page during pagination.
|
DescribePropertySoftwareDetailRequest.Builder |
path(String path)
The installation path of the software.
|
DescribePropertySoftwareDetailRequest.Builder |
remark(String remark)
The name or IP address of the server to be queried.
|
DescribePropertySoftwareDetailRequest.Builder |
softwareVersion(String softwareVersion)
The version information of the software.
|
DescribePropertySoftwareDetailRequest.Builder |
useNextToken(Boolean useNextToken)
Whether to use the NextToken method to pull asset list data.
|
DescribePropertySoftwareDetailRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
public DescribePropertySoftwareDetailRequest.Builder currentPage(Integer currentPage)
Set which page of the returned results to start displaying the query results. The default value is 1, indicating that the display starts from the first page.
example:1
public DescribePropertySoftwareDetailRequest.Builder extend(String extend)
Whether the software name supports fuzzy search. To enable fuzzy search, set the value of this parameter to 1; other values or an empty value indicate that fuzzy search is not supported.
example:1
public DescribePropertySoftwareDetailRequest.Builder installTimeEnd(Long installTimeEnd)
The timestamp when the software update ended. Unit: milliseconds.
example:1650012695000
public DescribePropertySoftwareDetailRequest.Builder installTimeStart(Long installTimeStart)
The timestamp when the software update started. Unit: milliseconds.
example:1649321495000
public DescribePropertySoftwareDetailRequest.Builder name(String name)
The name of the software to be queried.
example:kernel
public DescribePropertySoftwareDetailRequest.Builder nextToken(String nextToken)
Used to mark the starting position for reading. Leave it blank to start from the beginning.
example:For the first call, you do not need to fill this in; the response will include the NextToken for the second call, and each subsequent call"s response will contain the NextToken for the next call.
E17B501887A2D3AA5E8360A6EFA3B***
public DescribePropertySoftwareDetailRequest.Builder pageSize(Integer pageSize)
Set the number of software asset fingerprint information items displayed per page during pagination. The default value is 10, indicating that 10 items of software asset fingerprint information are displayed per page.
example:10
public DescribePropertySoftwareDetailRequest.Builder path(String path)
The installation path of the software.
example:/etc/test
public DescribePropertySoftwareDetailRequest.Builder remark(String remark)
The name or IP address of the server to be queried.
example:192.168.XX.XX
public DescribePropertySoftwareDetailRequest.Builder softwareVersion(String softwareVersion)
The version information of the software.
example:3.10.0
public DescribePropertySoftwareDetailRequest.Builder useNextToken(Boolean useNextToken)
Whether to use the NextToken method to pull asset list data. If this parameter is used, TotalCount will no longer be returned. Values:
true
public DescribePropertySoftwareDetailRequest.Builder uuid(String uuid)
The UUID of the server.
example:50d213b4-3a35-427a-b8a5-****
public DescribePropertySoftwareDetailRequest build()
Copyright © 2026. All rights reserved.