public static final class DescribeWebLockProcessListRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeWebLockProcessListRequest |
build() |
DescribeWebLockProcessListRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeWebLockProcessListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeWebLockProcessListRequest.Builder |
processName(String processName)
The name of the process.
|
DescribeWebLockProcessListRequest.Builder |
status(Integer status)
Specifies whether the process is added to the process whitelist.
|
public DescribeWebLockProcessListRequest.Builder currentPage(Integer currentPage)
public DescribeWebLockProcessListRequest.Builder pageSize(Integer pageSize)
> We recommend that you do not leave this parameter empty.
public DescribeWebLockProcessListRequest.Builder processName(String processName)
public DescribeWebLockProcessListRequest.Builder status(Integer status)
* **1**: The process is added to the process whitelist. * **0**: The process is not added to the process whitelist.
public DescribeWebLockProcessListRequest build()
Copyright © 2023. All rights reserved.