| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static Limitation.Builder |
Limitation.builder() |
Limitation.Builder |
Limitation.Builder.databaseId(String databaseId)
The identifier of the source database.
|
Limitation.Builder |
Limitation.Builder.description(String description)
A description of the limitation.
|
Limitation.Builder |
Limitation.Builder.engineName(String engineName)
The name of the target engine that Fleet Advisor should use in the target engine recommendation.
|
Limitation.Builder |
Limitation.Builder.impact(String impact)
The impact of the limitation.
|
Limitation.Builder |
Limitation.Builder.name(String name)
The name of the limitation.
|
Limitation.Builder |
Limitation.toBuilder() |
Limitation.Builder |
Limitation.Builder.type(String type)
The type of the limitation, such as action required, upgrade required, and limited feature.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Limitation.Builder> |
Limitation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.