public static final class UpdateCloudGtmAddressManualAvailableStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCloudGtmAddressManualAvailableStatusRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateCloudGtmAddressManualAvailableStatusRequest.Builder |
addressId(String addressId)
The ID of the address.
|
UpdateCloudGtmAddressManualAvailableStatusRequest.Builder |
availableMode(String availableMode)
The failover mode that is used when address exceptions are identified.
|
UpdateCloudGtmAddressManualAvailableStatusRequest |
build() |
UpdateCloudGtmAddressManualAvailableStatusRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
UpdateCloudGtmAddressManualAvailableStatusRequest.Builder |
manualAvailableStatus(String manualAvailableStatus)
The availability state of the address when AvailableMode is set to manual.
|
public UpdateCloudGtmAddressManualAvailableStatusRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public UpdateCloudGtmAddressManualAvailableStatusRequest.Builder addressId(String addressId)
The ID of the address. This ID uniquely identifies the address.
This parameter is required.
example:addr-89518218114368**92
public UpdateCloudGtmAddressManualAvailableStatusRequest.Builder availableMode(String availableMode)
The failover mode that is used when address exceptions are identified. Valid values:
manual
public UpdateCloudGtmAddressManualAvailableStatusRequest.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 UpdateCloudGtmAddressManualAvailableStatusRequest.Builder manualAvailableStatus(String manualAvailableStatus)
The availability state of the address when AvailableMode is set to manual. Valid values:
available
public UpdateCloudGtmAddressManualAvailableStatusRequest build()
Copyright © 2026. All rights reserved.