| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
MigrationSummary |
MigrationSummary.clone() |
MigrationSummary |
MigrationSummary.withMigrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
|
MigrationSummary |
MigrationSummary.withMigrationStatus(MigrationStatus migrationStatus)
The status of the operation.
|
MigrationSummary |
MigrationSummary.withMigrationStatus(String migrationStatus)
The status of the operation.
|
MigrationSummary |
MigrationSummary.withMigrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
MigrationSummary |
MigrationSummary.withMigrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
|
MigrationSummary |
MigrationSummary.withMigrationTimestamp(Date migrationTimestamp)
The date and time that the migration started.
|
MigrationSummary |
MigrationSummary.withV1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary |
MigrationSummary.withV1BotLocale(String v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary |
MigrationSummary.withV1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary |
MigrationSummary.withV1BotVersion(String v1BotVersion)
The version of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary |
MigrationSummary.withV2BotId(String v2BotId)
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
|
MigrationSummary |
MigrationSummary.withV2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
| Modifier and Type | Method and Description |
|---|---|
List<MigrationSummary> |
GetMigrationsResult.getMigrationSummaries()
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
|
| Modifier and Type | Method and Description |
|---|---|
GetMigrationsResult |
GetMigrationsResult.withMigrationSummaries(MigrationSummary... migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMigrationsResult.setMigrationSummaries(Collection<MigrationSummary> migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
|
GetMigrationsResult |
GetMigrationsResult.withMigrationSummaries(Collection<MigrationSummary> migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
|
Copyright © 2023. All rights reserved.