public static final class DescribeDBClusterVersionResponseBody.DBRevisionVersionList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeDBClusterVersionResponseBody.DBRevisionVersionList |
build() |
DescribeDBClusterVersionResponseBody.DBRevisionVersionList.Builder |
releaseNote(String releaseNote)
The release notes for the revision version.
|
DescribeDBClusterVersionResponseBody.DBRevisionVersionList.Builder |
releaseType(String releaseType)
The release status of the revision version.
|
DescribeDBClusterVersionResponseBody.DBRevisionVersionList.Builder |
revisionVersionCode(String revisionVersionCode)
The code of the revision version of the database engine to which the cluster can be upgraded.
|
DescribeDBClusterVersionResponseBody.DBRevisionVersionList.Builder |
revisionVersionName(String revisionVersionName)
The revision version of the database engine.
|
public DescribeDBClusterVersionResponseBody.DBRevisionVersionList.Builder releaseNote(String releaseNote)
public DescribeDBClusterVersionResponseBody.DBRevisionVersionList.Builder releaseType(String releaseType)
* **Stable**: The revision version is stable. * **Old**: The revision version is outdated. We recommend that you do not update the cluster to this version. * **HighRisk**: The revision version has critical defects. We recommend that you do not update the cluster to this version.
public DescribeDBClusterVersionResponseBody.DBRevisionVersionList.Builder revisionVersionCode(String revisionVersionCode)
public DescribeDBClusterVersionResponseBody.DBRevisionVersionList.Builder revisionVersionName(String revisionVersionName)
public DescribeDBClusterVersionResponseBody.DBRevisionVersionList build()
Copyright © 2024. All rights reserved.