public static final class ImportZookeeperDataRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ImportZookeeperDataRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
ImportZookeeperDataRequest |
build() |
ImportZookeeperDataRequest.Builder |
fileName(String fileName)
The name of the file that you want to import.
|
ImportZookeeperDataRequest.Builder |
fileUrl(String fileUrl)
The URL of the source data.
|
ImportZookeeperDataRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
ImportZookeeperDataRequest.Builder |
regionId(String regionId)
The ID of the region.
|
ImportZookeeperDataRequest.Builder |
requestPars(String requestPars)
The extended request parameters in the JSON format.
|
public ImportZookeeperDataRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public ImportZookeeperDataRequest.Builder fileName(String fileName)
The name of the file that you want to import.
example:snapshot.5
public ImportZookeeperDataRequest.Builder fileUrl(String fileUrl)
The URL of the source data.
example:You must set this parameter to the URL that is generated by calling the GetZookeeperDataImportUrl operation.
public ImportZookeeperDataRequest.Builder instanceId(String instanceId)
The ID of the instance.
example:mse_prepaid_public_cn-u0t2xzvxa06
public ImportZookeeperDataRequest.Builder regionId(String regionId)
The ID of the region.
example:cn-hangzhou
public ImportZookeeperDataRequest.Builder requestPars(String requestPars)
The extended request parameters in the JSON format.
example:{}
public ImportZookeeperDataRequest build()
Copyright © 2026. All rights reserved.