public static final class DescribeMajorProtectionBlackIpsRequest.Builder extends Object
public DescribeMajorProtectionBlackIpsRequest.Builder instanceId(String instanceId)
> You can call the [DescribeInstance](~~433756~~) operation to obtain the ID of the WAF instance.
public DescribeMajorProtectionBlackIpsRequest.Builder ipLike(String ipLike)
public DescribeMajorProtectionBlackIpsRequest.Builder orderBy(String orderBy)
* **gmtModified:** sorts the IP addresses by most recent modification time. * **ip:** sorts the IP addresses by IP address. * **templateId:** sorts the IP addresses by template ID. * **id:** sorts the IP addresses by primary key.
public DescribeMajorProtectionBlackIpsRequest.Builder pageNumber(Integer pageNumber)
public DescribeMajorProtectionBlackIpsRequest.Builder pageSize(Integer pageSize)
public DescribeMajorProtectionBlackIpsRequest.Builder regionId(String regionId)
* **cn-hangzhou:** the Chinese mainland. * **ap-southeast-1:** outside the Chinese mainland.
public DescribeMajorProtectionBlackIpsRequest.Builder resourceManagerResourceGroupId(String resourceManagerResourceGroupId)
public DescribeMajorProtectionBlackIpsRequest.Builder ruleId(Long ruleId)
public DescribeMajorProtectionBlackIpsRequest.Builder templateId(Long templateId)
public DescribeMajorProtectionBlackIpsRequest build()
Copyright © 2024. All rights reserved.