public static final class ExportZookeeperDataRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ExportZookeeperDataRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
ExportZookeeperDataRequest |
build() |
ExportZookeeperDataRequest.Builder |
exportType(String exportType)
The type of the object that is exported.
|
ExportZookeeperDataRequest.Builder |
instanceId(String instanceId)
The instance ID.
|
ExportZookeeperDataRequest.Builder |
regionId(String regionId)
The ID of the region in which the instance resides.
|
ExportZookeeperDataRequest.Builder |
requestPars(String requestPars)
The extended request parameters in the JSON format.
|
public ExportZookeeperDataRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public ExportZookeeperDataRequest.Builder exportType(String exportType)
The type of the object that is exported. Valid values:
snapshot
public ExportZookeeperDataRequest.Builder instanceId(String instanceId)
The instance ID.
example:mse-cn-78v1l83****
public ExportZookeeperDataRequest.Builder regionId(String regionId)
The ID of the region in which the instance resides. The region is supported by Microservices Engine (MSE).
example:cn-hangzhou
public ExportZookeeperDataRequest.Builder requestPars(String requestPars)
The extended request parameters in the JSON format.
example:{}
public ExportZookeeperDataRequest build()
Copyright © 2026. All rights reserved.