@Generated(value="software.amazon.awssdk:codegen") public final class UpgradeTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpgradeTarget.Builder,UpgradeTarget>
The version of the database engine that a DB instance can be upgraded to.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpgradeTarget.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoUpgrade()
A value that indicates whether the target version is applied to any source DB instances that have
AutoMinorVersionUpgrade set to true. |
static UpgradeTarget.Builder |
builder() |
String |
description()
The version of the database engine that a DB instance can be upgraded to.
|
String |
engine()
The name of the upgrade target database engine.
|
String |
engineVersion()
The version number of the upgrade target database engine.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSupportedEngineModes()
For responses, this returns true if the service returned a value for the SupportedEngineModes property.
|
Boolean |
isMajorVersionUpgrade()
A value that indicates whether upgrading to the target version requires upgrading the major version of the
database engine.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpgradeTarget.Builder> |
serializableBuilderClass() |
List<String> |
supportedEngineModes()
A list of the supported DB engine modes for the target engine version.
|
Boolean |
supportsBabelfish()
A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.
|
Boolean |
supportsGlobalDatabases()
A value that indicates whether you can use Aurora global databases with the target engine version.
|
Boolean |
supportsParallelQuery()
A value that indicates whether you can use Aurora parallel query with the target engine version.
|
UpgradeTarget.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String engine()
The name of the upgrade target database engine.
public final String engineVersion()
The version number of the upgrade target database engine.
public final String description()
The version of the database engine that a DB instance can be upgraded to.
public final Boolean autoUpgrade()
A value that indicates whether the target version is applied to any source DB instances that have
AutoMinorVersionUpgrade set to true.
AutoMinorVersionUpgrade set to true.public final Boolean isMajorVersionUpgrade()
A value that indicates whether upgrading to the target version requires upgrading the major version of the database engine.
public final boolean hasSupportedEngineModes()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> supportedEngineModes()
A list of the supported DB engine modes for the target engine version.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSupportedEngineModes() method.
public final Boolean supportsParallelQuery()
A value that indicates whether you can use Aurora parallel query with the target engine version.
public final Boolean supportsGlobalDatabases()
A value that indicates whether you can use Aurora global databases with the target engine version.
public final Boolean supportsBabelfish()
A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.
public UpgradeTarget.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpgradeTarget.Builder,UpgradeTarget>public static UpgradeTarget.Builder builder()
public static Class<? extends UpgradeTarget.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.