@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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()
(Not supported by Neptune)
|
String |
getEngine()
The name of the database engine.
|
String |
getEngineVersion()
The version number of the database engine.
|
List<String> |
getExportableLogTypes()
The types of logs that the database engine has available for export to CloudWatch Logs.
|
List<CharacterSet> |
getSupportedCharacterSets()
(Not supported by Neptune)
|
List<Timezone> |
getSupportedTimezones()
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
Boolean |
getSupportsLogExportsToCloudwatchLogs()
A value that indicates whether the engine version supports exporting the log types specified by
ExportableLogTypes to CloudWatch Logs.
|
Boolean |
getSupportsReadReplica()
Indicates whether the database engine version supports read replicas.
|
List<UpgradeTarget> |
getValidUpgradeTarget()
A list of engine versions that this database engine version can be upgraded to.
|
int |
hashCode() |
Boolean |
isSupportsLogExportsToCloudwatchLogs()
A value that indicates whether the engine version supports exporting the log types specified by
ExportableLogTypes to CloudWatch Logs.
|
Boolean |
isSupportsReadReplica()
Indicates whether the database engine version supports read replicas.
|
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)
(Not supported by Neptune)
|
void |
setEngine(String engine)
The name of the database engine.
|
void |
setEngineVersion(String engineVersion)
The version number of the database engine.
|
void |
setExportableLogTypes(Collection<String> exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
|
void |
setSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
(Not supported by Neptune)
|
void |
setSupportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
void |
setSupportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs)
A value that indicates whether the engine version supports exporting the log types specified by
ExportableLogTypes to CloudWatch Logs.
|
void |
setSupportsReadReplica(Boolean supportsReadReplica)
Indicates whether the database engine version supports read replicas.
|
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.
|
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)
(Not supported by Neptune)
|
DBEngineVersion |
withEngine(String engine)
The name of the database engine.
|
DBEngineVersion |
withEngineVersion(String engineVersion)
The version number of the database engine.
|
DBEngineVersion |
withExportableLogTypes(Collection<String> exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
|
DBEngineVersion |
withExportableLogTypes(String... exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
|
DBEngineVersion |
withSupportedCharacterSets(CharacterSet... supportedCharacterSets)
(Not supported by Neptune)
|
DBEngineVersion |
withSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
(Not supported by Neptune)
|
DBEngineVersion |
withSupportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
DBEngineVersion |
withSupportedTimezones(Timezone... supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
DBEngineVersion |
withSupportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs)
A value that indicates whether the engine version supports exporting the log types specified by
ExportableLogTypes to CloudWatch Logs.
|
DBEngineVersion |
withSupportsReadReplica(Boolean supportsReadReplica)
Indicates whether the database engine version supports read replicas.
|
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)
(Not supported by Neptune)
defaultCharacterSet
- (Not supported by Neptune)public CharacterSet getDefaultCharacterSet()
(Not supported by Neptune)
public DBEngineVersion withDefaultCharacterSet(CharacterSet defaultCharacterSet)
(Not supported by Neptune)
defaultCharacterSet
- (Not supported by Neptune)public List<CharacterSet> getSupportedCharacterSets()
(Not supported by Neptune)
public void setSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
(Not supported by Neptune)
supportedCharacterSets
- (Not supported by Neptune)public DBEngineVersion withSupportedCharacterSets(CharacterSet... supportedCharacterSets)
(Not supported by Neptune)
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
- (Not supported by Neptune)public DBEngineVersion withSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
(Not supported by Neptune)
supportedCharacterSets
- (Not supported by Neptune)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 List<Timezone> getSupportedTimezones()
A list of the time zones supported by this engine for the Timezone
parameter of the
CreateDBInstance
action.
Timezone
parameter of the
CreateDBInstance
action.public void setSupportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the Timezone
parameter of the
CreateDBInstance
action.
supportedTimezones
- A list of the time zones supported by this engine for the Timezone
parameter of the
CreateDBInstance
action.public DBEngineVersion withSupportedTimezones(Timezone... supportedTimezones)
A list of the time zones supported by this engine for the Timezone
parameter of the
CreateDBInstance
action.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedTimezones(java.util.Collection)
or withSupportedTimezones(java.util.Collection)
if
you want to override the existing values.
supportedTimezones
- A list of the time zones supported by this engine for the Timezone
parameter of the
CreateDBInstance
action.public DBEngineVersion withSupportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the Timezone
parameter of the
CreateDBInstance
action.
supportedTimezones
- A list of the time zones supported by this engine for the Timezone
parameter of the
CreateDBInstance
action.public List<String> getExportableLogTypes()
The types of logs that the database engine has available for export to CloudWatch Logs.
public void setExportableLogTypes(Collection<String> exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
exportableLogTypes
- The types of logs that the database engine has available for export to CloudWatch Logs.public DBEngineVersion withExportableLogTypes(String... exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
NOTE: This method appends the values to the existing list (if any). Use
setExportableLogTypes(java.util.Collection)
or withExportableLogTypes(java.util.Collection)
if
you want to override the existing values.
exportableLogTypes
- The types of logs that the database engine has available for export to CloudWatch Logs.public DBEngineVersion withExportableLogTypes(Collection<String> exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
exportableLogTypes
- The types of logs that the database engine has available for export to CloudWatch Logs.public void setSupportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs)
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
supportsLogExportsToCloudwatchLogs
- A value that indicates whether the engine version supports exporting the log types specified by
ExportableLogTypes to CloudWatch Logs.public Boolean getSupportsLogExportsToCloudwatchLogs()
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
public DBEngineVersion withSupportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs)
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
supportsLogExportsToCloudwatchLogs
- A value that indicates whether the engine version supports exporting the log types specified by
ExportableLogTypes to CloudWatch Logs.public Boolean isSupportsLogExportsToCloudwatchLogs()
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
public void setSupportsReadReplica(Boolean supportsReadReplica)
Indicates whether the database engine version supports read replicas.
supportsReadReplica
- Indicates whether the database engine version supports read replicas.public Boolean getSupportsReadReplica()
Indicates whether the database engine version supports read replicas.
public DBEngineVersion withSupportsReadReplica(Boolean supportsReadReplica)
Indicates whether the database engine version supports read replicas.
supportsReadReplica
- Indicates whether the database engine version supports read replicas.public Boolean isSupportsReadReplica()
Indicates whether the database engine version supports read replicas.
public String toString()
toString
in class Object
Object.toString()
public DBEngineVersion clone()