public static interface Limitation.Builder extends SdkPojo, CopyableBuilder<Limitation.Builder,Limitation>
| Modifier and Type | Method and Description |
|---|---|
Limitation.Builder |
databaseId(String databaseId)
The identifier of the source database.
|
Limitation.Builder |
description(String description)
A description of the limitation.
|
Limitation.Builder |
engineName(String engineName)
The name of the target engine that Fleet Advisor should use in the target engine recommendation.
|
Limitation.Builder |
impact(String impact)
The impact of the limitation.
|
Limitation.Builder |
name(String name)
The name of the limitation.
|
Limitation.Builder |
type(String type)
The type of the limitation, such as action required, upgrade required, and limited feature.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLimitation.Builder databaseId(String databaseId)
The identifier of the source database.
databaseId - The identifier of the source database.Limitation.Builder engineName(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".
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".Limitation.Builder name(String name)
The name of the limitation. Describes unsupported database features, migration action items, and other limitations.
name - The name of the limitation. Describes unsupported database features, migration action items, and other
limitations.Limitation.Builder description(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.
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.Limitation.Builder impact(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".
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".Limitation.Builder type(String type)
The type of the limitation, such as action required, upgrade required, and limited feature.
type - The type of the limitation, such as action required, upgrade required, and limited feature.Copyright © 2023. All rights reserved.