public static final class ReplaceCloudGtmAddressPoolAddressRequest.Addresses.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ReplaceCloudGtmAddressPoolAddressRequest.Addresses.Builder |
addressId(String addressId)
The ID of the new address.
|
ReplaceCloudGtmAddressPoolAddressRequest.Addresses |
build() |
ReplaceCloudGtmAddressPoolAddressRequest.Addresses.Builder |
requestSource(List<String> requestSource)
The DNS request sources.
|
ReplaceCloudGtmAddressPoolAddressRequest.Addresses.Builder |
serialNumber(Integer serialNumber)
The sequence number that specifies the priority for returning the new address.
|
ReplaceCloudGtmAddressPoolAddressRequest.Addresses.Builder |
weightValue(Integer weightValue)
The weight value of the new address.
|
public ReplaceCloudGtmAddressPoolAddressRequest.Addresses.Builder addressId(String addressId)
The ID of the new address. This ID uniquely identifies the address.
addr-89636516932803**44
public ReplaceCloudGtmAddressPoolAddressRequest.Addresses.Builder requestSource(List<String> requestSource)
The DNS request sources.
public ReplaceCloudGtmAddressPoolAddressRequest.Addresses.Builder serialNumber(Integer serialNumber)
The sequence number that specifies the priority for returning the new address. A smaller sequence number specifies a higher priority. This setting takes effect for new addresses.
example:1
public ReplaceCloudGtmAddressPoolAddressRequest.Addresses.Builder weightValue(Integer weightValue)
The weight value of the new address. You can set a different weight value for each address. This way, addresses are returned based on the weight values for Domain Name System (DNS) requests. A weight value must be an integer that ranges from 1 to 100. This setting takes effect for new addresses.
example:1
public ReplaceCloudGtmAddressPoolAddressRequest.Addresses build()
Copyright © 2026. All rights reserved.