public static final class UpdateCloudGtmAddressPoolBasicConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCloudGtmAddressPoolBasicConfigRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateCloudGtmAddressPoolBasicConfigRequest.Builder |
addressPoolId(String addressPoolId)
The ID of the address pool.
|
UpdateCloudGtmAddressPoolBasicConfigRequest.Builder |
addressPoolName(String addressPoolName)
Address pool name, helping users distinguish the purpose of address pools.
|
UpdateCloudGtmAddressPoolBasicConfigRequest |
build() |
UpdateCloudGtmAddressPoolBasicConfigRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
UpdateCloudGtmAddressPoolBasicConfigRequest.Builder |
healthJudgement(String healthJudgement)
The condition for determining the health status of the address pool.
|
public UpdateCloudGtmAddressPoolBasicConfigRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public UpdateCloudGtmAddressPoolBasicConfigRequest.Builder addressPoolId(String addressPoolId)
The ID of the address pool. This ID uniquely identifies the address pool.
example:pool-89528023225442**16
public UpdateCloudGtmAddressPoolBasicConfigRequest.Builder addressPoolName(String addressPoolName)
Address pool name, helping users distinguish the purpose of address pools.
example:app
public UpdateCloudGtmAddressPoolBasicConfigRequest.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 UpdateCloudGtmAddressPoolBasicConfigRequest.Builder healthJudgement(String healthJudgement)
The condition for determining the health status of the address pool. Valid values:
any_ok
public UpdateCloudGtmAddressPoolBasicConfigRequest build()
Copyright © 2026. All rights reserved.