public static final class DeleteWebRuleRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteWebRuleRequest |
build() |
DeleteWebRuleRequest.Builder |
domain(String domain)
The domain name of the website from which you want to delete the forwarding rule.
|
DeleteWebRuleRequest.Builder |
regionId(String regionId)
RegionId.
|
DeleteWebRuleRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
public DeleteWebRuleRequest.Builder regionId(String regionId)
public DeleteWebRuleRequest.Builder domain(String domain)
The domain name of the website from which you want to delete the forwarding rule.
A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query the domain names for which forwarding rules are configured.
This parameter is required.
example:public DeleteWebRuleRequest.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
For more information about resource groups, see Create a resource group.
example:rg-acfm2pz25js****
public DeleteWebRuleRequest build()
Copyright © 2026. All rights reserved.