public static final class DescribeWhiteListProcessRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeWhiteListProcessRequest |
build() |
DescribeWhiteListProcessRequest.Builder |
currentPage(Integer currentPage)
The page number.
|
DescribeWhiteListProcessRequest.Builder |
desc(Integer desc)
The sort order.
|
DescribeWhiteListProcessRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeWhiteListProcessRequest.Builder |
orderBy(Integer orderBy)
The item based on which you want to sort the returned results.
|
DescribeWhiteListProcessRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
DescribeWhiteListProcessRequest.Builder |
processName(String processName)
The name of the process.
|
DescribeWhiteListProcessRequest.Builder |
processType(Integer processType)
The type of the process.
|
DescribeWhiteListProcessRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeWhiteListProcessRequest.Builder |
strategyId(Long strategyId)
The ID of the policy.
|
public DescribeWhiteListProcessRequest.Builder currentPage(Integer currentPage)
The page number. Default value: 1. Pages start from page 1.
example:1
public DescribeWhiteListProcessRequest.Builder desc(Integer desc)
The sort order. Default value: descending order. Valid values:
2
public DescribeWhiteListProcessRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeWhiteListProcessRequest.Builder orderBy(Integer orderBy)
The item based on which you want to sort the returned results. Default value: process type. Valid values:
1
public DescribeWhiteListProcessRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Maximum value: 1000. Default value: 20. If you leave this parameter empty, 20 data entries are returned per page.
example:We recommend that you do not leave this parameter empty.
20
public DescribeWhiteListProcessRequest.Builder processName(String processName)
The name of the process.
example:JAVA
public DescribeWhiteListProcessRequest.Builder processType(Integer processType)
The type of the process. Valid values:
1
public DescribeWhiteListProcessRequest.Builder sourceIp(String sourceIp)
The source IP address of the request. You do not need to specify this parameter. It is automatically obtained by the system.
example:27.223.XX.XX
public DescribeWhiteListProcessRequest.Builder strategyId(Long strategyId)
The ID of the policy.
You can call the DescribeWhiteListStrategyList operation to obtain the ID.
This parameter is required.
example:8562
public DescribeWhiteListProcessRequest build()
Copyright © 2026. All rights reserved.