public static final class DeleteWebCCRuleV2Request.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteWebCCRuleV2Request |
build() |
DeleteWebCCRuleV2Request.Builder |
domain(String domain)
The domain name of the website.
|
DeleteWebCCRuleV2Request.Builder |
owner(String owner)
The source of the rule.
|
DeleteWebCCRuleV2Request.Builder |
regionId(String regionId)
RegionId.
|
DeleteWebCCRuleV2Request.Builder |
ruleNames(String ruleNames)
The names of the rules that you want to delete.
|
public DeleteWebCCRuleV2Request.Builder regionId(String regionId)
public DeleteWebCCRuleV2Request.Builder domain(String domain)
The domain name of the website.
A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
This parameter is required.
example:public DeleteWebCCRuleV2Request.Builder owner(String owner)
The source of the rule. Valid values:
manual
public DeleteWebCCRuleV2Request.Builder ruleNames(String ruleNames)
The names of the rules that you want to delete.
example:["trdsss"]
public DeleteWebCCRuleV2Request build()
Copyright © 2026. All rights reserved.