public static final class ChangeDomainOfDnsProductRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ChangeDomainOfDnsProductRequest |
build() |
ChangeDomainOfDnsProductRequest.Builder |
force(Boolean force)
Specifies whether to forcibly bind a domain name to the instance.
|
ChangeDomainOfDnsProductRequest.Builder |
instanceId(String instanceId)
The ID of the Alibaba Cloud Domain Name System (DNS) instance.
|
ChangeDomainOfDnsProductRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ChangeDomainOfDnsProductRequest.Builder |
newDomain(String newDomain)
The domain name that you want to bind to the instance.
|
ChangeDomainOfDnsProductRequest.Builder |
userClientIp(String userClientIp)
The IP address of the client.
|
public ChangeDomainOfDnsProductRequest.Builder force(Boolean force)
Specifies whether to forcibly bind a domain name to the instance. Valid values:
Default value: false.
example:false
public ChangeDomainOfDnsProductRequest.Builder instanceId(String instanceId)
The ID of the Alibaba Cloud Domain Name System (DNS) instance.
You can call the ListCloudGtmInstances operation to obtain the ID.
This parameter is required.
example:i-7sb
public ChangeDomainOfDnsProductRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
Default value: zh.
example:en
public ChangeDomainOfDnsProductRequest.Builder newDomain(String newDomain)
The domain name that you want to bind to the instance. If you leave this parameter empty, the domain name that is bound to the instance is unbound from the instance.
example:newdomain.com
public ChangeDomainOfDnsProductRequest.Builder userClientIp(String userClientIp)
The IP address of the client.
example:1.1.1.1
public ChangeDomainOfDnsProductRequest build()
Copyright © 2026. All rights reserved.