public static final class UpdateGtmRecoveryPlanRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGtmRecoveryPlanRequest |
build() |
UpdateGtmRecoveryPlanRequest.Builder |
faultAddrPool(String faultAddrPool)
The list of faulty address pools.
|
UpdateGtmRecoveryPlanRequest.Builder |
lang(String lang)
The language in which you want the values of some response parameters to be returned.
|
UpdateGtmRecoveryPlanRequest.Builder |
name(String name)
The name of the disaster recovery plan.
|
UpdateGtmRecoveryPlanRequest.Builder |
recoveryPlanId(Long recoveryPlanId)
The ID of the disaster recovery plan.
|
UpdateGtmRecoveryPlanRequest.Builder |
remark(String remark)
The remarks about the disaster recovery plan.
|
public UpdateGtmRecoveryPlanRequest.Builder faultAddrPool(String faultAddrPool)
The list of faulty address pools.
example:["hra0or"]
public UpdateGtmRecoveryPlanRequest.Builder lang(String lang)
The language in which you want the values of some response parameters to be returned. These response parameters support multiple languages.
example:en
public UpdateGtmRecoveryPlanRequest.Builder name(String name)
The name of the disaster recovery plan.
example:abc
public UpdateGtmRecoveryPlanRequest.Builder recoveryPlanId(Long recoveryPlanId)
The ID of the disaster recovery plan.
This parameter is required.
example:100
public UpdateGtmRecoveryPlanRequest.Builder remark(String remark)
The remarks about the disaster recovery plan.
example:remark
public UpdateGtmRecoveryPlanRequest build()
Copyright © 2026. All rights reserved.