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