public static final class ChangeDomainGroupRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ChangeDomainGroupRequest |
build() |
ChangeDomainGroupRequest.Builder |
domainName(String domainName)
The domain name.
|
ChangeDomainGroupRequest.Builder |
groupId(String groupId)
The ID of the target domain name group.
|
ChangeDomainGroupRequest.Builder |
lang(String lang)
The language of the response.
|
public ChangeDomainGroupRequest.Builder domainName(String domainName)
The domain name. You can call the DescribeDomains operation to obtain the domain name.
This parameter is required.
example:example.com
public ChangeDomainGroupRequest.Builder groupId(String groupId)
The ID of the target domain name group.
2223
public ChangeDomainGroupRequest.Builder lang(String lang)
The language of the response. Valid values:
Default value: en
example:en
public ChangeDomainGroupRequest build()
Copyright © 2026. All rights reserved.