@Generated(value="software.amazon.awssdk:codegen") public class DBEngineVersion extends Object implements ToCopyableBuilder<DBEngineVersion.Builder,DBEngineVersion>
This data type is used as a response element in the action DescribeDBEngineVersions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DBEngineVersion.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DBEngineVersion.Builder |
builder() |
String |
dbEngineDescription()
The description of the database engine.
|
String |
dbEngineVersionDescription()
The description of the database engine version.
|
String |
dbParameterGroupFamily()
The name of the DB parameter group family for the database engine.
|
CharacterSet |
defaultCharacterSet()
The default character set for new instances of this engine version, if the
CharacterSetName
parameter of the CreateDBInstance API is not specified. |
String |
engine()
The name of the database engine.
|
String |
engineVersion()
The version number of the database engine.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends DBEngineVersion.Builder> |
serializableBuilderClass() |
List<CharacterSet> |
supportedCharacterSets()
A list of the character sets supported by this engine for the
CharacterSetName parameter of the
CreateDBInstance action. |
List<Timezone> |
supportedTimezones()
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
DBEngineVersion.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<UpgradeTarget> |
validUpgradeTarget()
A list of engine versions that this database engine version can be upgraded to.
|
copypublic String engine()
The name of the database engine.
public String engineVersion()
The version number of the database engine.
public String dbParameterGroupFamily()
The name of the DB parameter group family for the database engine.
public String dbEngineDescription()
The description of the database engine.
public String dbEngineVersionDescription()
The description of the database engine version.
public CharacterSet defaultCharacterSet()
The default character set for new instances of this engine version, if the CharacterSetName
parameter of the CreateDBInstance API is not specified.
CharacterSetName
parameter of the CreateDBInstance API is not specified.public List<CharacterSet> supportedCharacterSets()
A list of the character sets supported by this engine for the CharacterSetName parameter of the
CreateDBInstance action.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
CharacterSetName parameter of
the CreateDBInstance action.public List<UpgradeTarget> validUpgradeTarget()
A list of engine versions that this database engine version can be upgraded to.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Timezone> supportedTimezones()
A list of the time zones supported by this engine for the Timezone parameter of the
CreateDBInstance action.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Timezone parameter of the
CreateDBInstance action.public DBEngineVersion.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DBEngineVersion.Builder,DBEngineVersion>public static DBEngineVersion.Builder builder()
public static Class<? extends DBEngineVersion.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.