@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()
Returns true if the SupportedEngineModes property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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 |
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, wait
copy
public 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()
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.
You can use hasSupportedEngineModes()
to see if a value was sent in this field.
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 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 SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.