public static final class UpdateGtmAccessStrategyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGtmAccessStrategyRequest.Builder |
accessLines(String accessLines)
The line codes of access regions.
|
UpdateGtmAccessStrategyRequest |
build() |
UpdateGtmAccessStrategyRequest.Builder |
defaultAddrPoolId(String defaultAddrPoolId)
The ID of the default address pool.
|
UpdateGtmAccessStrategyRequest.Builder |
failoverAddrPoolId(String failoverAddrPoolId)
The ID of the failover address pool.
|
UpdateGtmAccessStrategyRequest.Builder |
lang(String lang)
The language used by the user.
|
UpdateGtmAccessStrategyRequest.Builder |
strategyId(String strategyId)
The ID of the access policy that you want to query for the GTM instance.
|
UpdateGtmAccessStrategyRequest.Builder |
strategyName(String strategyName)
The name of the access policy.
|
public UpdateGtmAccessStrategyRequest.Builder accessLines(String accessLines)
The line codes of access regions.
example:["default", "mobile"]
public UpdateGtmAccessStrategyRequest.Builder defaultAddrPoolId(String defaultAddrPoolId)
The ID of the default address pool.
example:hrsix
public UpdateGtmAccessStrategyRequest.Builder failoverAddrPoolId(String failoverAddrPoolId)
The ID of the failover address pool.
example:hrsyw
public UpdateGtmAccessStrategyRequest.Builder lang(String lang)
The language used by the user.
example:en
public UpdateGtmAccessStrategyRequest.Builder strategyId(String strategyId)
The ID of the access policy that you want to query for the GTM instance.
This parameter is required.
example:hrmxc
public UpdateGtmAccessStrategyRequest.Builder strategyName(String strategyName)
The name of the access policy.
public UpdateGtmAccessStrategyRequest build()
Copyright © 2026. All rights reserved.