public static final class QueryZnodeDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryZnodeDetailRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
QueryZnodeDetailRequest |
build() |
QueryZnodeDetailRequest.Builder |
clusterId(String clusterId)
The ID of the cluster.
|
QueryZnodeDetailRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
QueryZnodeDetailRequest.Builder |
path(String path)
The path of the node.
|
QueryZnodeDetailRequest.Builder |
requestPars(String requestPars)
The extended request parameters in the JSON format.
|
public QueryZnodeDetailRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public QueryZnodeDetailRequest.Builder clusterId(String clusterId)
The ID of the cluster.
example:mse-09k1q11****
public QueryZnodeDetailRequest.Builder instanceId(String instanceId)
The ID of the instance.
example:mse-cn-5bffa4e8630
public QueryZnodeDetailRequest.Builder path(String path)
The path of the node.
This parameter is required.
example:/zookeeper
public QueryZnodeDetailRequest.Builder requestPars(String requestPars)
The extended request parameters in the JSON format.
example:{}
public QueryZnodeDetailRequest build()
Copyright © 2026. All rights reserved.