Class RelationalDatabaseBlueprint
- java.lang.Object
-
- software.amazon.awssdk.services.lightsail.model.RelationalDatabaseBlueprint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RelationalDatabaseBlueprint.Builder,RelationalDatabaseBlueprint>
@Generated("software.amazon.awssdk:codegen") public final class RelationalDatabaseBlueprint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RelationalDatabaseBlueprint.Builder,RelationalDatabaseBlueprint>
Describes a database image, or blueprint. A blueprint describes the major engine version of a database.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRelationalDatabaseBlueprint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringblueprintId()The ID for the database blueprint.static RelationalDatabaseBlueprint.Builderbuilder()RelationalDatabaseEngineengine()The database software of the database blueprint (for example,MySQL).StringengineAsString()The database software of the database blueprint (for example,MySQL).StringengineDescription()The description of the database engine for the database blueprint.StringengineVersion()The database engine version for the database blueprint (for example,5.7.23).StringengineVersionDescription()The description of the database engine version for the database blueprint.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisEngineDefault()A Boolean value indicating whether the engine version is the default for the database blueprint.List<SdkField<?>>sdkFields()static Class<? extends RelationalDatabaseBlueprint.Builder>serializableBuilderClass()RelationalDatabaseBlueprint.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
blueprintId
public final String blueprintId()
The ID for the database blueprint.
- Returns:
- The ID for the database blueprint.
-
engine
public final RelationalDatabaseEngine engine()
The database software of the database blueprint (for example,
MySQL).If the service returns an enum value that is not available in the current SDK version,
enginewill returnRelationalDatabaseEngine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromengineAsString().- Returns:
- The database software of the database blueprint (for example,
MySQL). - See Also:
RelationalDatabaseEngine
-
engineAsString
public final String engineAsString()
The database software of the database blueprint (for example,
MySQL).If the service returns an enum value that is not available in the current SDK version,
enginewill returnRelationalDatabaseEngine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromengineAsString().- Returns:
- The database software of the database blueprint (for example,
MySQL). - See Also:
RelationalDatabaseEngine
-
engineVersion
public final String engineVersion()
The database engine version for the database blueprint (for example,
5.7.23).- Returns:
- The database engine version for the database blueprint (for example,
5.7.23).
-
engineDescription
public final String engineDescription()
The description of the database engine for the database blueprint.
- Returns:
- The description of the database engine for the database blueprint.
-
engineVersionDescription
public final String engineVersionDescription()
The description of the database engine version for the database blueprint.
- Returns:
- The description of the database engine version for the database blueprint.
-
isEngineDefault
public final Boolean isEngineDefault()
A Boolean value indicating whether the engine version is the default for the database blueprint.
- Returns:
- A Boolean value indicating whether the engine version is the default for the database blueprint.
-
toBuilder
public RelationalDatabaseBlueprint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RelationalDatabaseBlueprint.Builder,RelationalDatabaseBlueprint>
-
builder
public static RelationalDatabaseBlueprint.Builder builder()
-
serializableBuilderClass
public static Class<? extends RelationalDatabaseBlueprint.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-