public class DBEngineVersion extends Object implements Serializable, Cloneable
This data type is used as a response element in the action DescribeDBEngineVersions.
Constructor and Description |
---|
DBEngineVersion() |
Modifier and Type | Method and Description |
---|---|
DBEngineVersion |
clone() |
boolean |
equals(Object obj) |
String |
getDBEngineDescription()
The description of the database engine.
|
String |
getDBEngineVersionDescription()
The description of the database engine version.
|
String |
getDBParameterGroupFamily()
The name of the DB parameter group family for the database engine.
|
CharacterSet |
getDefaultCharacterSet()
The default character set for new instances of this engine version, if
the
CharacterSetName parameter of the CreateDBInstance API
is not specified. |
String |
getEngine()
The name of the database engine.
|
String |
getEngineVersion()
The version number of the database engine.
|
List<CharacterSet> |
getSupportedCharacterSets()
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance API. |
List<UpgradeTarget> |
getValidUpgradeTarget()
A list of engine versions that this database engine version can be
upgraded to.
|
int |
hashCode() |
void |
setDBEngineDescription(String dBEngineDescription)
The description of the database engine.
|
void |
setDBEngineVersionDescription(String dBEngineVersionDescription)
The description of the database engine version.
|
void |
setDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB parameter group family for the database engine.
|
void |
setDefaultCharacterSet(CharacterSet defaultCharacterSet)
The default character set for new instances of this engine version, if
the
CharacterSetName parameter of the CreateDBInstance API
is not specified. |
void |
setEngine(String engine)
The name of the database engine.
|
void |
setEngineVersion(String engineVersion)
The version number of the database engine.
|
void |
setSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance API. |
void |
setValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be
upgraded to.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DBEngineVersion |
withDBEngineDescription(String dBEngineDescription)
The description of the database engine.
|
DBEngineVersion |
withDBEngineVersionDescription(String dBEngineVersionDescription)
The description of the database engine version.
|
DBEngineVersion |
withDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB parameter group family for the database engine.
|
DBEngineVersion |
withDefaultCharacterSet(CharacterSet defaultCharacterSet)
The default character set for new instances of this engine version, if
the
CharacterSetName parameter of the CreateDBInstance API
is not specified. |
DBEngineVersion |
withEngine(String engine)
The name of the database engine.
|
DBEngineVersion |
withEngineVersion(String engineVersion)
The version number of the database engine.
|
DBEngineVersion |
withSupportedCharacterSets(CharacterSet... supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance API. |
DBEngineVersion |
withSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance API. |
DBEngineVersion |
withValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be
upgraded to.
|
DBEngineVersion |
withValidUpgradeTarget(UpgradeTarget... validUpgradeTarget)
A list of engine versions that this database engine version can be
upgraded to.
|
public void setEngine(String engine)
The name of the database engine.
engine
- The name of the database engine.public String getEngine()
The name of the database engine.
public DBEngineVersion withEngine(String engine)
The name of the database engine.
engine
- The name of the database engine.public void setEngineVersion(String engineVersion)
The version number of the database engine.
engineVersion
- The version number of the database engine.public String getEngineVersion()
The version number of the database engine.
public DBEngineVersion withEngineVersion(String engineVersion)
The version number of the database engine.
engineVersion
- The version number of the database engine.public void setDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB parameter group family for the database engine.
dBParameterGroupFamily
- The name of the DB parameter group family for the database engine.public String getDBParameterGroupFamily()
The name of the DB parameter group family for the database engine.
public DBEngineVersion withDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB parameter group family for the database engine.
dBParameterGroupFamily
- The name of the DB parameter group family for the database engine.public void setDBEngineDescription(String dBEngineDescription)
The description of the database engine.
dBEngineDescription
- The description of the database engine.public String getDBEngineDescription()
The description of the database engine.
public DBEngineVersion withDBEngineDescription(String dBEngineDescription)
The description of the database engine.
dBEngineDescription
- The description of the database engine.public void setDBEngineVersionDescription(String dBEngineVersionDescription)
The description of the database engine version.
dBEngineVersionDescription
- The description of the database engine version.public String getDBEngineVersionDescription()
The description of the database engine version.
public DBEngineVersion withDBEngineVersionDescription(String dBEngineVersionDescription)
The description of the database engine version.
dBEngineVersionDescription
- The description of the database engine version.public void setDefaultCharacterSet(CharacterSet defaultCharacterSet)
The default character set for new instances of this engine version, if
the CharacterSetName
parameter of the CreateDBInstance API
is not specified.
defaultCharacterSet
- The default character set for new instances of this engine
version, if the CharacterSetName
parameter of the
CreateDBInstance API is not specified.public CharacterSet getDefaultCharacterSet()
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 DBEngineVersion withDefaultCharacterSet(CharacterSet defaultCharacterSet)
The default character set for new instances of this engine version, if
the CharacterSetName
parameter of the CreateDBInstance API
is not specified.
defaultCharacterSet
- The default character set for new instances of this engine
version, if the CharacterSetName
parameter of the
CreateDBInstance API is not specified.public List<CharacterSet> getSupportedCharacterSets()
A list of the character sets supported by this engine for the
CharacterSetName
parameter of the CreateDBInstance API.
CharacterSetName
parameter of the CreateDBInstance
API.public void setSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName
parameter of the CreateDBInstance API.
supportedCharacterSets
- A list of the character sets supported by this engine for the
CharacterSetName
parameter of the CreateDBInstance
API.public DBEngineVersion withSupportedCharacterSets(CharacterSet... supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName
parameter of the CreateDBInstance API.
NOTE: This method appends the values to the existing list (if
any). Use setSupportedCharacterSets(java.util.Collection)
or
withSupportedCharacterSets(java.util.Collection)
if you want to
override the existing values.
supportedCharacterSets
- A list of the character sets supported by this engine for the
CharacterSetName
parameter of the CreateDBInstance
API.public DBEngineVersion withSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName
parameter of the CreateDBInstance API.
supportedCharacterSets
- A list of the character sets supported by this engine for the
CharacterSetName
parameter of the CreateDBInstance
API.public List<UpgradeTarget> getValidUpgradeTarget()
A list of engine versions that this database engine version can be upgraded to.
public void setValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
validUpgradeTarget
- A list of engine versions that this database engine version can be
upgraded to.public DBEngineVersion withValidUpgradeTarget(UpgradeTarget... validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
NOTE: This method appends the values to the existing list (if
any). Use setValidUpgradeTarget(java.util.Collection)
or
withValidUpgradeTarget(java.util.Collection)
if you want to
override the existing values.
validUpgradeTarget
- A list of engine versions that this database engine version can be
upgraded to.public DBEngineVersion withValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
validUpgradeTarget
- A list of engine versions that this database engine version can be
upgraded to.public String toString()
toString
in class Object
Object.toString()
public DBEngineVersion clone()
Copyright © 2016. All rights reserved.