Uses of Interface
software.amazon.awssdk.services.rds.model.UpgradeTarget.Builder
Packages that use UpgradeTarget.Builder
-
Uses of UpgradeTarget.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return UpgradeTarget.BuilderModifier and TypeMethodDescriptionUpgradeTarget.Builder.autoUpgrade(Boolean autoUpgrade) Indicates whether the target version is applied to any source DB instances that haveAutoMinorVersionUpgradeset to true.static UpgradeTarget.BuilderUpgradeTarget.builder()UpgradeTarget.Builder.description(String description) The version of the database engine that a DB instance can be upgraded to.The name of the upgrade target database engine.UpgradeTarget.Builder.engineVersion(String engineVersion) The version number of the upgrade target database engine.UpgradeTarget.Builder.isMajorVersionUpgrade(Boolean isMajorVersionUpgrade) Indicates whether upgrading to the target version requires upgrading the major version of the database engine.UpgradeTarget.Builder.supportedEngineModes(String... supportedEngineModes) A list of the supported DB engine modes for the target engine version.UpgradeTarget.Builder.supportedEngineModes(Collection<String> supportedEngineModes) A list of the supported DB engine modes for the target engine version.UpgradeTarget.Builder.supportsBabelfish(Boolean supportsBabelfish) Indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.UpgradeTarget.Builder.supportsGlobalDatabases(Boolean supportsGlobalDatabases) Indicates whether you can use Aurora global databases with the target engine version.UpgradeTarget.Builder.supportsIntegrations(Boolean supportsIntegrations) Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.UpgradeTarget.Builder.supportsLimitlessDatabase(Boolean supportsLimitlessDatabase) Indicates whether the DB engine version supports Aurora Limitless Database.UpgradeTarget.Builder.supportsLocalWriteForwarding(Boolean supportsLocalWriteForwarding) Indicates whether the target engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster.UpgradeTarget.Builder.supportsParallelQuery(Boolean supportsParallelQuery) Indicates whether you can use Aurora parallel query with the target engine version.UpgradeTarget.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type UpgradeTarget.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpgradeTarget.Builder>UpgradeTarget.serializableBuilderClass()