public static final class DescribeCustomBlockInstancesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomBlockInstancesRequest.Builder |
blockIp(String blockIp)
The IP address that you want to specify in the rule.
|
DescribeCustomBlockInstancesRequest.Builder |
bound(String bound)
The traffic direction that you want to specify in the custom rule.
|
DescribeCustomBlockInstancesRequest |
build() |
DescribeCustomBlockInstancesRequest.Builder |
currentPage(Integer currentPage)
The page number.
|
DescribeCustomBlockInstancesRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
DescribeCustomBlockInstancesRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DescribeCustomBlockInstancesRequest.Builder |
status(Integer status)
Specifies whether the rule is enabled for the server.
|
public DescribeCustomBlockInstancesRequest.Builder blockIp(String blockIp)
The IP address that you want to specify in the rule.
example:You can call the DescribeCustomBlockRecords operation to obtain the IP address.
47.92.33.1xx
public DescribeCustomBlockInstancesRequest.Builder bound(String bound)
The traffic direction that you want to specify in the custom rule. Valid values:
in
public DescribeCustomBlockInstancesRequest.Builder currentPage(Integer currentPage)
The page number. Default value: 1.
example:8
public DescribeCustomBlockInstancesRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Default value: 20.
example:20
public DescribeCustomBlockInstancesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeCustomBlockInstancesRequest.Builder status(Integer status)
Specifies whether the rule is enabled for the server.
1
public DescribeCustomBlockInstancesRequest build()
Copyright © 2026. All rights reserved.