public static final class DeleteDomainRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteDomainRequest.Builder |
accessType(String accessType)
The mode in which the domain name is added to WAF.
|
DeleteDomainRequest |
build() |
DeleteDomainRequest.Builder |
domain(String domain)
The domain name that you want to delete.
|
DeleteDomainRequest.Builder |
domainId(String domainId)
The ID of the domain name.
|
DeleteDomainRequest.Builder |
instanceId(String instanceId)
The ID of the WAF instance.
|
DeleteDomainRequest.Builder |
regionId(String regionId)
The region where the WAF instance resides.
|
public DeleteDomainRequest.Builder accessType(String accessType)
* **share:** CNAME record mode. This is the default value. * **hybrid_cloud_cname:** hybrid cloud reverse proxy mode.
public DeleteDomainRequest.Builder domain(String domain)
public DeleteDomainRequest.Builder domainId(String domainId)
public DeleteDomainRequest.Builder instanceId(String instanceId)
> You can call the [DescribeInstance](~~433756~~) operation to obtain the ID of the WAF instance.
public DeleteDomainRequest.Builder regionId(String regionId)
* **cn-hangzhou:** the Chinese mainland. * **ap-southeast-1:** outside the Chinese mainland.
public DeleteDomainRequest build()
Copyright © 2024. All rights reserved.