Class Limitation
- All Implemented Interfaces:
Serializable
,SdkPojo
,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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Limitation.Builder
builder()
final String
The identifier of the source database.final String
A description of the limitation.final String
The name of the target engine that Fleet Advisor should use in the target engine recommendation.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
impact()
The impact of the limitation.final String
name()
The name of the limitation.static Class
<? extends Limitation.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final String
type()
The type of the limitation, such as action required, upgrade required, and limited feature.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
databaseId
The identifier of the source database.
- Returns:
- The identifier of the source database.
-
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
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
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
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
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
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 interfaceToCopyableBuilder<Limitation.Builder,
Limitation> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
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 anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- 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:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-