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