public static final class QueryInstancesInfoRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryInstancesInfoRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
QueryInstancesInfoRequest |
build() |
QueryInstancesInfoRequest.Builder |
clusterId(String clusterId)
The ID of the cluster.
|
QueryInstancesInfoRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
QueryInstancesInfoRequest.Builder |
orderId(String orderId)
The ID of the order.
|
QueryInstancesInfoRequest.Builder |
regionId(String regionId)
The ID of the region where the instance resides.
|
QueryInstancesInfoRequest.Builder |
requestPars(String requestPars)
The extended request parameters in the JSON format.
|
public QueryInstancesInfoRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public QueryInstancesInfoRequest.Builder clusterId(String clusterId)
The ID of the cluster.
example:mse-09k1q11****
public QueryInstancesInfoRequest.Builder instanceId(String instanceId)
The ID of the instance.
example:mse_prepaid_public_cn-tl32g1u9k01
public QueryInstancesInfoRequest.Builder orderId(String orderId)
The ID of the order.
example:20574710974****
public QueryInstancesInfoRequest.Builder regionId(String regionId)
The ID of the region where the instance resides.
example:cn-hangzhou
public QueryInstancesInfoRequest.Builder requestPars(String requestPars)
The extended request parameters in the JSON format.
example:{}
public QueryInstancesInfoRequest build()
Copyright © 2026. All rights reserved.