public static final class DescribePropertyProcDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePropertyProcDetailRequest |
build() |
DescribePropertyProcDetailRequest.Builder |
cmdline(String cmdline)
The startup parameter of the process.
|
DescribePropertyProcDetailRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribePropertyProcDetailRequest.Builder |
extend(String extend)
Specifies whether fuzzy search by process name is supported.
|
DescribePropertyProcDetailRequest.Builder |
name(String name)
The name of the process.
|
DescribePropertyProcDetailRequest.Builder |
nextToken(String nextToken)
The value of NextToken that is returned when the NextToken method is used.
|
DescribePropertyProcDetailRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribePropertyProcDetailRequest.Builder |
procTimeEnd(Long procTimeEnd)
The timestamp when the process ends.
|
DescribePropertyProcDetailRequest.Builder |
procTimeStart(Long procTimeStart)
The timestamp when the process starts.
|
DescribePropertyProcDetailRequest.Builder |
remark(String remark)
The name or IP address of the server.
|
DescribePropertyProcDetailRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribePropertyProcDetailRequest.Builder |
useNextToken(Boolean useNextToken)
Specifies whether to use the NextToken method to retrieve a new page of results.
|
DescribePropertyProcDetailRequest.Builder |
user(String user)
The user who runs the process.
|
DescribePropertyProcDetailRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
public DescribePropertyProcDetailRequest.Builder cmdline(String cmdline)
The startup parameter of the process.
example:./8888
public DescribePropertyProcDetailRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribePropertyProcDetailRequest.Builder extend(String extend)
Specifies whether fuzzy search by process name is supported. If you want to use fuzzy search, set the parameter to 1. If you set the parameter to a different value or leave the parameter empty, fuzzy search is not supported.
example:1
public DescribePropertyProcDetailRequest.Builder name(String name)
The name of the process.
example:8888
public DescribePropertyProcDetailRequest.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 DescribePropertyProcDetailRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 10.
example:10
public DescribePropertyProcDetailRequest.Builder procTimeEnd(Long procTimeEnd)
The timestamp when the process ends. Unit: milliseconds.
example:1649587453000
public DescribePropertyProcDetailRequest.Builder procTimeStart(Long procTimeStart)
The timestamp when the process starts. Unit: milliseconds.
example:1648809853000
public DescribePropertyProcDetailRequest.Builder remark(String remark)
The name or IP address of the server.
example:192.168.XX.XX
public DescribePropertyProcDetailRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
example:You can call the DescribeMonitorAccounts operation to query the account ID.
127608589417****
public DescribePropertyProcDetailRequest.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:
false
public DescribePropertyProcDetailRequest.Builder user(String user)
The user who runs the process.
example:root
public DescribePropertyProcDetailRequest.Builder uuid(String uuid)
The UUID of the server.
example:50d213b4-3a35-427a-b8a5-04b0c7e1****
public DescribePropertyProcDetailRequest build()
Copyright © 2026. All rights reserved.