| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.alerts(Collection<MigrationAlert> alerts)
A list of alerts and warnings that indicate issues with the migration for the Amazon Lex V1 bot to Amazon Lex
V2.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.alerts(Consumer<MigrationAlert.Builder>... alerts)
A list of alerts and warnings that indicate issues with the migration for the Amazon Lex V1 bot to Amazon Lex
V2.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.alerts(MigrationAlert... alerts)
A list of alerts and warnings that indicate issues with the migration for the Amazon Lex V1 bot to Amazon Lex
V2.
|
static GetMigrationResponse.Builder |
GetMigrationResponse.builder() |
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.migrationId(String migrationId)
The unique identifier of the migration.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.migrationStatus(MigrationStatus migrationStatus)
Indicates the status of the migration.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.migrationStatus(String migrationStatus)
Indicates the status of the migration.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.migrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.migrationTimestamp(Instant migrationTimestamp)
The date and time that the migration started.
|
GetMigrationResponse.Builder |
GetMigrationResponse.toBuilder() |
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.v1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.v1BotLocale(String v1BotLocale)
The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.v1BotName(String v1BotName)
The name of the Amazon Lex V1 bot migrated to Amazon Lex V2.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.v1BotVersion(String v1BotVersion)
The version of the Amazon Lex V1 bot migrated to Amazon Lex V2.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.v2BotId(String v2BotId)
The unique identifier of the Amazon Lex V2 bot that the Amazon Lex V1 is being migrated to.
|
GetMigrationResponse.Builder |
GetMigrationResponse.Builder.v2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMigrationResponse.Builder> |
GetMigrationResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.