public static final class UpdateCloudGtmAddressRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCloudGtmAddressRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateCloudGtmAddressRequest.Builder |
address(String address)
The IP address or domain name.
|
UpdateCloudGtmAddressRequest.Builder |
addressId(String addressId)
The ID of the address.
|
UpdateCloudGtmAddressRequest.Builder |
attributeInfo(String attributeInfo)
Address Attribution information.
|
UpdateCloudGtmAddressRequest |
build() |
UpdateCloudGtmAddressRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
UpdateCloudGtmAddressRequest.Builder |
healthJudgement(String healthJudgement)
The new condition for determining the health state of the address.
|
UpdateCloudGtmAddressRequest.Builder |
healthTasks(List<UpdateCloudGtmAddressRequest.HealthTasks> healthTasks)
The health check tasks.
|
UpdateCloudGtmAddressRequest.Builder |
name(String name)
The name of the address.
|
public UpdateCloudGtmAddressRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public UpdateCloudGtmAddressRequest.Builder address(String address)
The IP address or domain name.
example:223.5.XX.XX
public UpdateCloudGtmAddressRequest.Builder addressId(String addressId)
The ID of the address. This ID uniquely identifies the address.
This parameter is required.
example:addr-89518218114368**92
public UpdateCloudGtmAddressRequest.Builder attributeInfo(String attributeInfo)
Address Attribution information.
example:This parameter is not supported in the current version and does not need to be input.
public UpdateCloudGtmAddressRequest.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 UpdateCloudGtmAddressRequest.Builder healthJudgement(String healthJudgement)
The new condition for determining the health state of the address. Valid values:
p50_ok
public UpdateCloudGtmAddressRequest.Builder healthTasks(List<UpdateCloudGtmAddressRequest.HealthTasks> healthTasks)
The health check tasks.
public UpdateCloudGtmAddressRequest.Builder name(String name)
The name of the address.
example:Address-1
public UpdateCloudGtmAddressRequest build()
Copyright © 2026. All rights reserved.