public static interface EngineVersion.Builder extends SdkPojo, CopyableBuilder<EngineVersion.Builder,EngineVersion>
| Modifier and Type | Method and Description |
|---|---|
EngineVersion.Builder |
autoUpgradeDate(Instant autoUpgradeDate)
The date when the replication instance will be automatically upgraded.
|
EngineVersion.Builder |
availableUpgrades(Collection<String> availableUpgrades)
The list of valid replication instance versions that you can upgrade to.
|
EngineVersion.Builder |
availableUpgrades(String... availableUpgrades)
The list of valid replication instance versions that you can upgrade to.
|
EngineVersion.Builder |
deprecationDate(Instant deprecationDate)
The date when the replication instance version will be deprecated and can no longer be requested.
|
EngineVersion.Builder |
forceUpgradeDate(Instant forceUpgradeDate)
The date when the replication instance will have a version upgrade forced.
|
EngineVersion.Builder |
launchDate(Instant launchDate)
The date when the replication instance version became publicly available.
|
EngineVersion.Builder |
lifecycle(String lifecycle)
The lifecycle status of the replication instance version.
|
EngineVersion.Builder |
releaseStatus(ReleaseStatusValues releaseStatus)
The release status of the replication instance version.
|
EngineVersion.Builder |
releaseStatus(String releaseStatus)
The release status of the replication instance version.
|
EngineVersion.Builder |
version(String version)
The version number of the replication instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEngineVersion.Builder version(String version)
The version number of the replication instance.
version - The version number of the replication instance.EngineVersion.Builder lifecycle(String lifecycle)
The lifecycle status of the replication instance version. Valid values are DEPRECATED,
DEFAULT_VERSION, and ACTIVE.
lifecycle - The lifecycle status of the replication instance version. Valid values are DEPRECATED,
DEFAULT_VERSION, and ACTIVE.EngineVersion.Builder releaseStatus(String releaseStatus)
The release status of the replication instance version.
releaseStatus - The release status of the replication instance version.ReleaseStatusValues,
ReleaseStatusValuesEngineVersion.Builder releaseStatus(ReleaseStatusValues releaseStatus)
The release status of the replication instance version.
releaseStatus - The release status of the replication instance version.ReleaseStatusValues,
ReleaseStatusValuesEngineVersion.Builder launchDate(Instant launchDate)
The date when the replication instance version became publicly available.
launchDate - The date when the replication instance version became publicly available.EngineVersion.Builder autoUpgradeDate(Instant autoUpgradeDate)
The date when the replication instance will be automatically upgraded. This setting only applies if the
auto-minor-version setting is enabled.
autoUpgradeDate - The date when the replication instance will be automatically upgraded. This setting only applies if
the auto-minor-version setting is enabled.EngineVersion.Builder deprecationDate(Instant deprecationDate)
The date when the replication instance version will be deprecated and can no longer be requested.
deprecationDate - The date when the replication instance version will be deprecated and can no longer be requested.EngineVersion.Builder forceUpgradeDate(Instant forceUpgradeDate)
The date when the replication instance will have a version upgrade forced.
forceUpgradeDate - The date when the replication instance will have a version upgrade forced.EngineVersion.Builder availableUpgrades(Collection<String> availableUpgrades)
The list of valid replication instance versions that you can upgrade to.
availableUpgrades - The list of valid replication instance versions that you can upgrade to.EngineVersion.Builder availableUpgrades(String... availableUpgrades)
The list of valid replication instance versions that you can upgrade to.
availableUpgrades - The list of valid replication instance versions that you can upgrade to.Copyright © 2023. All rights reserved.