public static final class DeleteWebCacheCustomRuleRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteWebCacheCustomRuleRequest |
build() |
DeleteWebCacheCustomRuleRequest.Builder |
domain(String domain)
The domain name for which you want to delete the custom rules of the Static Page Caching policy.
|
DeleteWebCacheCustomRuleRequest.Builder |
regionId(String regionId)
RegionId.
|
DeleteWebCacheCustomRuleRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DeleteWebCacheCustomRuleRequest.Builder |
ruleNames(List<String> ruleNames)
An array consisting of the names of the rules that you want to delete.
|
public DeleteWebCacheCustomRuleRequest.Builder regionId(String regionId)
public DeleteWebCacheCustomRuleRequest.Builder domain(String domain)
The domain name for which you want to delete the custom rules of the Static Page Caching policy.
You can call the DescribeDomains operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
This parameter is required.
example:public DeleteWebCacheCustomRuleRequest.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
If you do not configure this parameter, the instance belongs to the default resource group.
example:rg-acfm2pz25js****
public DeleteWebCacheCustomRuleRequest.Builder ruleNames(List<String> ruleNames)
An array consisting of the names of the rules that you want to delete.
This parameter is required.
example:test
public DeleteWebCacheCustomRuleRequest build()
Copyright © 2026. All rights reserved.