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:
  • Method Details

    • 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()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<Limitation.Builder,Limitation>
      Returns:
      a builder for type T
    • builder

      public static Limitation.Builder builder()
    • serializableBuilderClass

      public static Class<? extends Limitation.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in 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

      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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo
      Returns:
      The mapping between the field name and its corresponding field.