public static final class QueryClusterInfoRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryClusterInfoRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
QueryClusterInfoRequest.Builder |
aclSwitch(Boolean aclSwitch)
Specifies whether to query the configuration of a public IP address whitelist.
|
QueryClusterInfoRequest |
build() |
QueryClusterInfoRequest.Builder |
clusterId(String clusterId)
The ID of the instance.
|
QueryClusterInfoRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
QueryClusterInfoRequest.Builder |
orderId(String orderId)
The ID of the order.
|
QueryClusterInfoRequest.Builder |
regionId(String regionId)
The ID of the region.
|
QueryClusterInfoRequest.Builder |
requestPars(String requestPars)
The extended request parameters in the JSON format.
|
public QueryClusterInfoRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public QueryClusterInfoRequest.Builder aclSwitch(Boolean aclSwitch)
Specifies whether to query the configuration of a public IP address whitelist.
example:false
public QueryClusterInfoRequest.Builder clusterId(String clusterId)
The ID of the instance.
example:mse-09k1q11****
public QueryClusterInfoRequest.Builder instanceId(String instanceId)
The ID of the instance.
example:mse_prepaid_public_cn-7mz2t63ci03
public QueryClusterInfoRequest.Builder orderId(String orderId)
The ID of the order.
example:20574710974****
public QueryClusterInfoRequest.Builder regionId(String regionId)
The ID of the region.
example:cn-hangzhou
public QueryClusterInfoRequest.Builder requestPars(String requestPars)
The extended request parameters in the JSON format.
example:{}
public QueryClusterInfoRequest build()
Copyright © 2026. All rights reserved.