public static final class DeleteAddressBookRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteAddressBookRequest |
build() |
DeleteAddressBookRequest.Builder |
groupUuid(String groupUuid)
The ID of the address book.
|
DeleteAddressBookRequest.Builder |
lang(String lang)
The natural language of the request and response.
|
DeleteAddressBookRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public DeleteAddressBookRequest.Builder groupUuid(String groupUuid)
The ID of the address book.
To delete the address book, you must provide the ID of the address book. You can call the DescribeAddressBook operation to query the ID.
This parameter is required.
example:0657ab9d-fe8b-4174-b2a6-6baf358e****
public DeleteAddressBookRequest.Builder lang(String lang)
The natural language of the request and response. Valid values:
zh
public DeleteAddressBookRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.0.XX.XX
public DeleteAddressBookRequest build()
Copyright © 2026. All rights reserved.