public static final class DeleteCloudGtmAddressRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteCloudGtmAddressRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
DeleteCloudGtmAddressRequest.Builder |
addressId(String addressId)
The address ID.
|
DeleteCloudGtmAddressRequest |
build() |
DeleteCloudGtmAddressRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
public DeleteCloudGtmAddressRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public DeleteCloudGtmAddressRequest.Builder addressId(String addressId)
The address ID. This ID uniquely identifies the address.
This parameter is required.
example:addr-895182181143688192
public DeleteCloudGtmAddressRequest.Builder clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request. You can specify a custom value for this parameter, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:1ae05db4-10e7-11ef-b126-00163e24**22
public DeleteCloudGtmAddressRequest build()
Copyright © 2026. All rights reserved.