public static final class DescribePropertyScaProcessDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePropertyScaProcessDetailRequest.Builder |
bizType(String bizType)
The type of the application process.
|
DescribePropertyScaProcessDetailRequest |
build() |
DescribePropertyScaProcessDetailRequest.Builder |
cmdline(String cmdline)
The startup parameter.
|
DescribePropertyScaProcessDetailRequest.Builder |
currentPage(Integer currentPage)
The page number.
|
DescribePropertyScaProcessDetailRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
DescribePropertyScaProcessDetailRequest.Builder |
pid(String pid)
The process ID.
|
DescribePropertyScaProcessDetailRequest.Builder |
remark(String remark)
The information about the server that you want to query.
|
DescribePropertyScaProcessDetailRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
public DescribePropertyScaProcessDetailRequest.Builder bizType(String bizType)
The type of the application process. Default value: java. Valid values:
java
public DescribePropertyScaProcessDetailRequest.Builder cmdline(String cmdline)
The startup parameter.
example:This parameter supports only prefix queries. Fuzzy match is not supported.
java -jar
public DescribePropertyScaProcessDetailRequest.Builder currentPage(Integer currentPage)
The page number. Default value: 1.
example:1
public DescribePropertyScaProcessDetailRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Default value: 10. If you leave this parameter empty, 10 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
10
public DescribePropertyScaProcessDetailRequest.Builder pid(String pid)
The process ID.
example:Only exact match is supported.
756
public DescribePropertyScaProcessDetailRequest.Builder remark(String remark)
The information about the server that you want to query. The value can be the public IP address, private IP address, or name of the server. Fuzzy match is supported.
example:10.167.XX.XX
public DescribePropertyScaProcessDetailRequest.Builder uuid(String uuid)
The UUID of the server.
You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
Only exact match is supported.
D0D6E6E4-CB8C-4897-B852-46AEFDA0****
public DescribePropertyScaProcessDetailRequest build()
Copyright © 2026. All rights reserved.