public static final class UpdateCloudGtmAddressRemarkRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCloudGtmAddressRemarkRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateCloudGtmAddressRemarkRequest.Builder |
addressId(String addressId)
The ID of the address.
|
UpdateCloudGtmAddressRemarkRequest |
build() |
UpdateCloudGtmAddressRemarkRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
UpdateCloudGtmAddressRemarkRequest.Builder |
remark(String remark)
The input parameter serves as the updated note; if an empty value is passed, the note will be deleted.
|
public UpdateCloudGtmAddressRemarkRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public UpdateCloudGtmAddressRemarkRequest.Builder addressId(String addressId)
The ID of the address. This ID uniquely identifies the address.
This parameter is required.
example:addr-89518218114368**92
public UpdateCloudGtmAddressRemarkRequest.Builder clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, 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 UpdateCloudGtmAddressRemarkRequest.Builder remark(String remark)
The input parameter serves as the updated note; if an empty value is passed, the note will be deleted.
example:test
public UpdateCloudGtmAddressRemarkRequest build()
Copyright © 2026. All rights reserved.