Uses of Interface
software.amazon.awssdk.services.databasemigration.model.EngineVersion.Builder
Packages that use EngineVersion.Builder
-
Uses of EngineVersion.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return EngineVersion.BuilderModifier and TypeMethodDescriptionEngineVersion.Builder.autoUpgradeDate(Instant autoUpgradeDate) The date when the replication instance will be automatically upgraded.EngineVersion.Builder.availableUpgrades(String... availableUpgrades) The list of valid replication instance versions that you can upgrade to.EngineVersion.Builder.availableUpgrades(Collection<String> availableUpgrades) The list of valid replication instance versions that you can upgrade to.static EngineVersion.BuilderEngineVersion.builder()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.The lifecycle status of the replication instance version.EngineVersion.Builder.releaseStatus(String releaseStatus) The release status of the replication instance version.EngineVersion.Builder.releaseStatus(ReleaseStatusValues releaseStatus) The release status of the replication instance version.EngineVersion.toBuilder()The version number of the replication instance.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type EngineVersion.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EngineVersion.Builder>EngineVersion.serializableBuilderClass()