public static final class UpdateGtmAddressPoolRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGtmAddressPoolRequest.Builder |
addr(List<UpdateGtmAddressPoolRequest.Addr> addr)
This parameter is required.
|
UpdateGtmAddressPoolRequest.Builder |
addrPoolId(String addrPoolId)
The ID of the address pool that you want to modify.
|
UpdateGtmAddressPoolRequest |
build() |
UpdateGtmAddressPoolRequest.Builder |
lang(String lang)
The language used by the user.
|
UpdateGtmAddressPoolRequest.Builder |
minAvailableAddrNum(Integer minAvailableAddrNum)
The minimum number of available addresses in the address pool.
|
UpdateGtmAddressPoolRequest.Builder |
name(String name)
The name of the address pool that you want to modify.
|
UpdateGtmAddressPoolRequest.Builder |
type(String type)
The type of the address pool that you want to modify.
|
public UpdateGtmAddressPoolRequest.Builder addr(List<UpdateGtmAddressPoolRequest.Addr> addr)
This parameter is required.
public UpdateGtmAddressPoolRequest.Builder addrPoolId(String addrPoolId)
The ID of the address pool that you want to modify.
This parameter is required.
example:1234abc
public UpdateGtmAddressPoolRequest.Builder lang(String lang)
The language used by the user.
example:en
public UpdateGtmAddressPoolRequest.Builder minAvailableAddrNum(Integer minAvailableAddrNum)
The minimum number of available addresses in the address pool.
example:2
public UpdateGtmAddressPoolRequest.Builder name(String name)
The name of the address pool that you want to modify.
public UpdateGtmAddressPoolRequest.Builder type(String type)
The type of the address pool that you want to modify.
This parameter is required.
example:IP
public UpdateGtmAddressPoolRequest build()
Copyright © 2026. All rights reserved.