public static final class UpdateClusterSpecRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateClusterSpecRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateClusterSpecRequest.Builder |
autoPay(Boolean autoPay)
AutoPay.
|
UpdateClusterSpecRequest |
build() |
UpdateClusterSpecRequest.Builder |
clusterId(String clusterId)
The ID of the cluster.
|
UpdateClusterSpecRequest.Builder |
clusterSpecification(String clusterSpecification)
The destination engine specifications.
|
UpdateClusterSpecRequest.Builder |
instanceCount(Integer instanceCount)
The number of destination nodes.
|
UpdateClusterSpecRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
UpdateClusterSpecRequest.Builder |
mseVersion(String mseVersion)
The MSE version.
|
UpdateClusterSpecRequest.Builder |
pubNetworkFlow(Integer pubNetworkFlow)
PubNetworkFlow.
|
public UpdateClusterSpecRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateClusterSpecRequest.Builder autoPay(Boolean autoPay)
public UpdateClusterSpecRequest.Builder clusterId(String clusterId)
The ID of the cluster.
example:mse-09k1q11****
public UpdateClusterSpecRequest.Builder clusterSpecification(String clusterSpecification)
The destination engine specifications.
example:MSE_SC_2_4_200_c
public UpdateClusterSpecRequest.Builder instanceCount(Integer instanceCount)
The number of destination nodes.
example:3
public UpdateClusterSpecRequest.Builder instanceId(String instanceId)
The ID of the instance.
This parameter is required.
example:mse-cn-st21ri2****
public UpdateClusterSpecRequest.Builder mseVersion(String mseVersion)
The MSE version.
example:mse_pro
public UpdateClusterSpecRequest.Builder pubNetworkFlow(Integer pubNetworkFlow)
public UpdateClusterSpecRequest build()
Copyright © 2026. All rights reserved.