| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
EngineVersion.Builder |
EngineVersion.Builder.autoUpgradeDate(Instant autoUpgradeDate)
The date when the replication instance will be automatically upgraded.
|
EngineVersion.Builder |
EngineVersion.Builder.availableUpgrades(Collection<String> availableUpgrades)
The list of valid replication instance versions that you can upgrade to.
|
EngineVersion.Builder |
EngineVersion.Builder.availableUpgrades(String... availableUpgrades)
The list of valid replication instance versions that you can upgrade to.
|
static EngineVersion.Builder |
EngineVersion.builder() |
EngineVersion.Builder |
EngineVersion.Builder.deprecationDate(Instant deprecationDate)
The date when the replication instance version will be deprecated and can no longer be requested.
|
EngineVersion.Builder |
EngineVersion.Builder.forceUpgradeDate(Instant forceUpgradeDate)
The date when the replication instance will have a version upgrade forced.
|
EngineVersion.Builder |
EngineVersion.Builder.launchDate(Instant launchDate)
The date when the replication instance version became publicly available.
|
EngineVersion.Builder |
EngineVersion.Builder.lifecycle(String lifecycle)
The lifecycle status of the replication instance version.
|
EngineVersion.Builder |
EngineVersion.Builder.releaseStatus(ReleaseStatusValues releaseStatus)
The release status of the replication instance version.
|
EngineVersion.Builder |
EngineVersion.Builder.releaseStatus(String releaseStatus)
The release status of the replication instance version.
|
EngineVersion.Builder |
EngineVersion.toBuilder() |
EngineVersion.Builder |
EngineVersion.Builder.version(String version)
The version number of the replication instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EngineVersion.Builder> |
EngineVersion.serializableBuilderClass() |
Copyright © 2023. All rights reserved.