public static final class DescribePropertyUserDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePropertyUserDetailRequest |
build() |
DescribePropertyUserDetailRequest.Builder |
currentPage(Integer currentPage)
Set which page of the returned results to start displaying the query results.
|
DescribePropertyUserDetailRequest.Builder |
extend(String extend)
Whether the account name supports fuzzy search.
|
DescribePropertyUserDetailRequest.Builder |
isRoot(String isRoot)
Whether the queried account has ROOT privileges.
|
DescribePropertyUserDetailRequest.Builder |
lastLoginTimeEnd(Long lastLoginTimeEnd)
The end timestamp for the last login retrieval.
|
DescribePropertyUserDetailRequest.Builder |
lastLoginTimeStart(Long lastLoginTimeStart)
The start timestamp for the last login retrieval.
|
DescribePropertyUserDetailRequest.Builder |
nextToken(String nextToken)
Used to mark the starting position for reading.
|
DescribePropertyUserDetailRequest.Builder |
pageSize(Integer pageSize)
Set the number of account asset fingerprint information items to display per page during pagination.
|
DescribePropertyUserDetailRequest.Builder |
remark(String remark)
The name or IP address of the server to be queried.
|
DescribePropertyUserDetailRequest.Builder |
useNextToken(Boolean useNextToken)
Whether to use the NextToken method to fetch vulnerability list data.
|
DescribePropertyUserDetailRequest.Builder |
user(String user)
The account name of the server to be queried.
|
DescribePropertyUserDetailRequest.Builder |
uuid(String uuid)
The UUID of the server to be queried.
|
public DescribePropertyUserDetailRequest.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 DescribePropertyUserDetailRequest.Builder extend(String extend)
Whether the account name supports fuzzy search. To enable fuzzy search, set this parameter"s value to 1; other values or an empty value indicate that fuzzy search is not supported.
example:1
public DescribePropertyUserDetailRequest.Builder isRoot(String isRoot)
Whether the queried account has ROOT privileges. Possible values include:
0
public DescribePropertyUserDetailRequest.Builder lastLoginTimeEnd(Long lastLoginTimeEnd)
The end timestamp for the last login retrieval. The unit is milliseconds.
example:1651298836000
public DescribePropertyUserDetailRequest.Builder lastLoginTimeStart(Long lastLoginTimeStart)
The start timestamp for the last login retrieval. The unit is milliseconds.
example:164922523600
public DescribePropertyUserDetailRequest.Builder nextToken(String nextToken)
Used to mark the starting position for reading. Leave it empty to start from the beginning.
example:For the first call, you do not need to fill in this field. The response will include the NextToken for the second call, and each subsequent call will include the NextToken for the next call.
E17B501887A2D3AA5E8360A6EFA3B***
public DescribePropertyUserDetailRequest.Builder pageSize(Integer pageSize)
Set the number of account asset fingerprint information items to display per page during pagination. The default value is 10, indicating that 10 items of account asset fingerprint information are displayed per page.
example:10
public DescribePropertyUserDetailRequest.Builder remark(String remark)
The name or IP address of the server to be queried.
example:192.168.XX.XX
public DescribePropertyUserDetailRequest.Builder useNextToken(Boolean useNextToken)
Whether to use the NextToken method to fetch vulnerability list data. If this parameter is used, TotalCount will no longer be returned. Possible values:
false
public DescribePropertyUserDetailRequest.Builder user(String user)
The account name of the server to be queried.
example:bin
public DescribePropertyUserDetailRequest.Builder uuid(String uuid)
The UUID of the server to be queried.
example:50d213b4-3a35-427a-b8a5-04b0c7e1****
public DescribePropertyUserDetailRequest build()
Copyright © 2026. All rights reserved.