public static final class DescribeWebCCRulesV2Request.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeWebCCRulesV2Request |
build() |
DescribeWebCCRulesV2Request.Builder |
domain(String domain)
The domain name of the website that you want to add to the Anti-DDoS Proxy instance for protection.
|
DescribeWebCCRulesV2Request.Builder |
offset(String offset)
The number of entries that you want the system to skip before the system returns entries.
|
DescribeWebCCRulesV2Request.Builder |
owner(String owner)
The method used to create the rule.
|
DescribeWebCCRulesV2Request.Builder |
pageSize(String pageSize)
The number of entries per page.
|
public DescribeWebCCRulesV2Request.Builder domain(String domain)
The domain name of the website that you want to add to the Anti-DDoS Proxy instance for protection.
example:example.com
public DescribeWebCCRulesV2Request.Builder offset(String offset)
The number of entries that you want the system to skip before the system returns entries. Default value: 0.
example:0
public DescribeWebCCRulesV2Request.Builder owner(String owner)
The method used to create the rule. Valid values:
manual
public DescribeWebCCRulesV2Request.Builder pageSize(String pageSize)
The number of entries per page. Maximum value: 20. Default value: 20.
example:20
public DescribeWebCCRulesV2Request build()
Copyright © 2026. All rights reserved.