public static final class ConfigWebIpSetRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ConfigWebIpSetRequest.Builder |
blackList(List<String> blackList)
The IP addresses and CIDR blocks in the blacklist.
|
ConfigWebIpSetRequest |
build() |
ConfigWebIpSetRequest.Builder |
domain(String domain)
The domain name of the website.
|
ConfigWebIpSetRequest.Builder |
regionId(String regionId)
RegionId.
|
ConfigWebIpSetRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
ConfigWebIpSetRequest.Builder |
whiteList(List<String> whiteList)
The IP addresses and CIDR blocks in the whitelist.
|
public ConfigWebIpSetRequest.Builder regionId(String regionId)
public ConfigWebIpSetRequest.Builder blackList(List<String> blackList)
The IP addresses and CIDR blocks in the blacklist. You can add up to 200 IP addresses or CIDR blocks to the blacklist.
example:1.1.1.1
public ConfigWebIpSetRequest.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 ConfigWebIpSetRequest.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 ConfigWebIpSetRequest.Builder whiteList(List<String> whiteList)
The IP addresses and CIDR blocks in the whitelist. You can add up to 200 IP addresses or CIDR blocks to the whitelist.
example:2.2.2.2/24
public ConfigWebIpSetRequest build()
Copyright © 2026. All rights reserved.