Class Limitation
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.Limitation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Limitation.Builder,Limitation>
@Generated("software.amazon.awssdk:codegen") public final class Limitation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Limitation.Builder,Limitation>
Provides information about the limitations of target Amazon Web Services engines.
Your source database might include features that the target Amazon Web Services engine doesn't support. Fleet Advisor lists these features as limitations. You should consider these limitations during database migration. For each limitation, Fleet Advisor recommends an action that you can take to address or avoid this limitation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLimitation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Limitation.Builderbuilder()StringdatabaseId()The identifier of the source database.Stringdescription()A description of the limitation.StringengineName()The name of the target engine that Fleet Advisor should use in the target engine recommendation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringimpact()The impact of the limitation.Stringname()The name of the limitation.List<SdkField<?>>sdkFields()static Class<? extends Limitation.Builder>serializableBuilderClass()Limitation.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The type of the limitation, such as action required, upgrade required, and limited feature.-
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
-
databaseId
public final String databaseId()
The identifier of the source database.
- Returns:
- The identifier of the source database.
-
engineName
public final String engineName()
The name of the target engine that Fleet Advisor should use in the target engine recommendation. Valid values include
"rds-aurora-mysql","rds-aurora-postgresql","rds-mysql","rds-oracle","rds-sql-server", and"rds-postgresql".- Returns:
- The name of the target engine that Fleet Advisor should use in the target engine recommendation. Valid
values include
"rds-aurora-mysql","rds-aurora-postgresql","rds-mysql","rds-oracle","rds-sql-server", and"rds-postgresql".
-
name
public final String name()
The name of the limitation. Describes unsupported database features, migration action items, and other limitations.
- Returns:
- The name of the limitation. Describes unsupported database features, migration action items, and other limitations.
-
description
public final String description()
A description of the limitation. Provides additional information about the limitation, and includes recommended actions that you can take to address or avoid this limitation.
- Returns:
- A description of the limitation. Provides additional information about the limitation, and includes recommended actions that you can take to address or avoid this limitation.
-
impact
public final String impact()
The impact of the limitation. You can use this parameter to prioritize limitations that you want to address. Valid values include
"Blocker","High","Medium", and"Low".- Returns:
- The impact of the limitation. You can use this parameter to prioritize limitations that you want to
address. Valid values include
"Blocker","High","Medium", and"Low".
-
type
public final String type()
The type of the limitation, such as action required, upgrade required, and limited feature.
- Returns:
- The type of the limitation, such as action required, upgrade required, and limited feature.
-
toBuilder
public Limitation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Limitation.Builder,Limitation>
-
builder
public static Limitation.Builder builder()
-
serializableBuilderClass
public static Class<? extends Limitation.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.
-
-