public static final class GetImageResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetImageResponseBody.Data |
build() |
GetImageResponseBody.Data.Builder |
currentVersionFullShowName(String currentVersionFullShowName)
The full version number of the current instance image.
|
GetImageResponseBody.Data.Builder |
maxVersionChangelogUrl(String maxVersionChangelogUrl)
The URL of the changelog for the maximum version to which the current version can be upgraded.
|
GetImageResponseBody.Data.Builder |
maxVersionCode(String maxVersionCode)
The code of the maximum version to which the current version can be upgraded.
|
GetImageResponseBody.Data.Builder |
maxVersionFullShowName(String maxVersionFullShowName)
The full number of the maximum version to which the current version can be upgraded.
|
public GetImageResponseBody.Data.Builder currentVersionFullShowName(String currentVersionFullShowName)
The full version number of the current instance image. The parameter is in the X.X.X.X format.
example:3.5.5.0
public GetImageResponseBody.Data.Builder maxVersionChangelogUrl(String maxVersionChangelogUrl)
The URL of the changelog for the maximum version to which the current version can be upgraded.
example:public GetImageResponseBody.Data.Builder maxVersionCode(String maxVersionCode)
The code of the maximum version to which the current version can be upgraded.
example:ZooKeeper_3_6_3
public GetImageResponseBody.Data.Builder maxVersionFullShowName(String maxVersionFullShowName)
The full number of the maximum version to which the current version can be upgraded.
example:3.6.3.0
public GetImageResponseBody.Data build()
Copyright © 2026. All rights reserved.