public static final class DeleteMajorProtectionBlackIpRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteMajorProtectionBlackIpRequest |
build() |
DeleteMajorProtectionBlackIpRequest.Builder |
instanceId(String instanceId)
The ID of the Web Application Firewall (WAF) instance.
|
DeleteMajorProtectionBlackIpRequest.Builder |
ipList(String ipList)
The IP address blacklist for major event protection that you want to delete.
|
DeleteMajorProtectionBlackIpRequest.Builder |
regionId(String regionId)
The region where the WAF instance resides.
|
DeleteMajorProtectionBlackIpRequest.Builder |
resourceManagerResourceGroupId(String resourceManagerResourceGroupId)
The ID of the resource group.
|
DeleteMajorProtectionBlackIpRequest.Builder |
ruleId(Long ruleId)
The ID of the IP address blacklist rule for major event protection.
|
DeleteMajorProtectionBlackIpRequest.Builder |
templateId(Long templateId)
The ID of the IP address blacklist rule template for major event protection.
|
public DeleteMajorProtectionBlackIpRequest.Builder instanceId(String instanceId)
> You can call the [DescribeInstance](~~433756~~) operation to obtain the ID of the WAF instance.
public DeleteMajorProtectionBlackIpRequest.Builder ipList(String ipList)
public DeleteMajorProtectionBlackIpRequest.Builder regionId(String regionId)
* **cn-hangzhou:** the Chinese mainland. * **ap-southeast-1:** outside the Chinese mainland.
public DeleteMajorProtectionBlackIpRequest.Builder resourceManagerResourceGroupId(String resourceManagerResourceGroupId)
public DeleteMajorProtectionBlackIpRequest.Builder ruleId(Long ruleId)
public DeleteMajorProtectionBlackIpRequest.Builder templateId(Long templateId)
public DeleteMajorProtectionBlackIpRequest build()
Copyright © 2024. All rights reserved.