public static final class UpdateImageRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateImageRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateImageRequest |
build() |
UpdateImageRequest.Builder |
clusterId(String clusterId)
The ID of the destination cluster.
|
UpdateImageRequest.Builder |
versionCode(String versionCode)
The destination version number.
|
public UpdateImageRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateImageRequest.Builder clusterId(String clusterId)
The ID of the destination cluster.
This parameter is required.
example:mse-8e8e9060
public UpdateImageRequest.Builder versionCode(String versionCode)
The destination version number.
You must call the GetImage operation to obtain the maximum destination version number that corresponds to MaxVersionCode.
This parameter is required.
example:ZooKeeper_3_5_5
public UpdateImageRequest build()
Copyright © 2026. All rights reserved.