static StartMigrationResponse.Builder |
StartMigrationResponse.builder() |
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.migrationId(String migrationId) |
The unique identifier that Amazon Lex assigned to the migration.
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.migrationStrategy(String migrationStrategy) |
The strategy used to conduct the migration.
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.migrationStrategy(MigrationStrategy migrationStrategy) |
The strategy used to conduct the migration.
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.migrationTimestamp(Instant migrationTimestamp) |
The date and time that the migration started.
|
StartMigrationResponse.Builder |
StartMigrationResponse.toBuilder() |
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.v1BotLocale(String v1BotLocale) |
The locale used for the Amazon Lex V1 bot.
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.v1BotLocale(Locale v1BotLocale) |
The locale used for the Amazon Lex V1 bot.
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.v1BotName(String v1BotName) |
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.v1BotVersion(String v1BotVersion) |
The version of the bot to migrate to Amazon Lex V2.
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.v2BotId(String v2BotId) |
The unique identifier for the Amazon Lex V2 bot.
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.v2BotRole(String v2BotRole) |
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|