public static final class ModifyWebIpSetSwitchRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyWebIpSetSwitchRequest |
build() |
ModifyWebIpSetSwitchRequest.Builder |
config(String config)
The details of the Blacklist/Whitelist (Domain Names) feature.
|
ModifyWebIpSetSwitchRequest.Builder |
domain(String domain)
The domain name of the website.
|
ModifyWebIpSetSwitchRequest.Builder |
regionId(String regionId)
RegionId.
|
ModifyWebIpSetSwitchRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
public ModifyWebIpSetSwitchRequest.Builder regionId(String regionId)
public ModifyWebIpSetSwitchRequest.Builder config(String config)
The details of the Blacklist/Whitelist (Domain Names) feature. This parameter is a JSON string. The value consists of the following fields:
bwlist_enable: the status of the Blacklist/Whitelist (Domain Names) feature. This field is required and must be of the integer type. Valid values:
This parameter is required.
example:{"BwlistEnable":1}
public ModifyWebIpSetSwitchRequest.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 ModifyWebIpSetSwitchRequest.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.
example:default
public ModifyWebIpSetSwitchRequest build()
Copyright © 2026. All rights reserved.