Class DBEngineVersion
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<DBEngineVersion.Builder,- DBEngineVersion> 
This data type is used as a response element in the action DescribeDBEngineVersions.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic DBEngineVersion.Builderbuilder()final StringThe description of the database engine.final StringThe description of the database engine version.final StringThe name of the DB parameter group family for the database engine.final CharacterSet(Not supported by Neptune)final Stringengine()The name of the database engine.final StringThe version number of the database engine.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.The types of logs that the database engine has available for export to CloudWatch Logs.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final booleanFor responses, this returns true if the service returned a value for the ExportableLogTypes property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the SupportedCharacterSets property.final booleanFor responses, this returns true if the service returned a value for the SupportedTimezones property.final booleanFor responses, this returns true if the service returned a value for the ValidUpgradeTarget property.static Class<? extends DBEngineVersion.Builder> final List<CharacterSet> (Not supported by Neptune)A list of the time zones supported by this engine for theTimezoneparameter of theCreateDBInstanceaction.final BooleanA value that indicates whether you can use Aurora global databases with a specific DB engine version.final BooleanA value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.final BooleanIndicates whether the database engine version supports read replicas.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final List<UpgradeTarget> A list of engine versions that this database engine version can be upgraded to.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
engineThe name of the database engine. - Returns:
- The name of the database engine.
 
- 
engineVersionThe version number of the database engine. - Returns:
- The version number of the database engine.
 
- 
dbParameterGroupFamilyThe name of the DB parameter group family for the database engine. - Returns:
- The name of the DB parameter group family for the database engine.
 
- 
dbEngineDescriptionThe description of the database engine. - Returns:
- The description of the database engine.
 
- 
dbEngineVersionDescriptionThe description of the database engine version. - Returns:
- The description of the database engine version.
 
- 
defaultCharacterSet(Not supported by Neptune) - Returns:
- (Not supported by Neptune)
 
- 
hasSupportedCharacterSetspublic final boolean hasSupportedCharacterSets()For responses, this returns true if the service returned a value for the SupportedCharacterSets property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
- 
supportedCharacterSets(Not supported by Neptune) 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 hasSupportedCharacterSets()method.- Returns:
- (Not supported by Neptune)
 
- 
hasValidUpgradeTargetpublic final boolean hasValidUpgradeTarget()For responses, this returns true if the service returned a value for the ValidUpgradeTarget property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
- 
validUpgradeTargetA 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. 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 hasValidUpgradeTarget()method.- Returns:
- A list of engine versions that this database engine version can be upgraded to.
 
- 
hasSupportedTimezonespublic final boolean hasSupportedTimezones()For responses, this returns true if the service returned a value for the SupportedTimezones property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
- 
supportedTimezonesA list of the time zones supported by this engine for the Timezoneparameter of theCreateDBInstanceaction.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 hasSupportedTimezones()method.- Returns:
- A list of the time zones supported by this engine for the Timezoneparameter of theCreateDBInstanceaction.
 
- 
hasExportableLogTypespublic final boolean hasExportableLogTypes()For responses, this returns true if the service returned a value for the ExportableLogTypes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
- 
exportableLogTypesThe types of logs that the database engine has available for export to CloudWatch Logs. 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 hasExportableLogTypes()method.- Returns:
- The types of logs that the database engine has available for export to CloudWatch Logs.
 
- 
supportsLogExportsToCloudwatchLogsA value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs. - Returns:
- A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
 
- 
supportsReadReplicaIndicates whether the database engine version supports read replicas. - Returns:
- Indicates whether the database engine version supports read replicas.
 
- 
supportsGlobalDatabasesA value that indicates whether you can use Aurora global databases with a specific DB engine version. - Returns:
- A value that indicates whether you can use Aurora global databases with a specific DB engine version.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<DBEngineVersion.Builder,- DBEngineVersion> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-