public static final class ConfigWebIpSetRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ConfigWebIpSetRequest.Builder |
blackList(List<String> blackList)
IP address N or CIDR block N that you want to add to 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)
IP address N or CIDR block N that you want to add to the whitelist.
|
public ConfigWebIpSetRequest.Builder regionId(String regionId)
public ConfigWebIpSetRequest.Builder blackList(List<String> blackList)
public ConfigWebIpSetRequest.Builder domain(String domain)
> A forwarding rule must be configured for the domain name. You can call the [DescribeDomains](~~91724~~) operation to query all domain names.
public ConfigWebIpSetRequest.Builder resourceGroupId(String resourceGroupId)
public ConfigWebIpSetRequest.Builder whiteList(List<String> whiteList)
public ConfigWebIpSetRequest build()
Copyright © 2023. All rights reserved.