public static interface StartMigrationResponse.Builder extends LexModelBuildingResponse.Builder, SdkPojo, CopyableBuilder<StartMigrationResponse.Builder,StartMigrationResponse>
| Modifier and Type | Method and Description |
|---|---|
StartMigrationResponse.Builder |
migrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
|
StartMigrationResponse.Builder |
migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
StartMigrationResponse.Builder |
migrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
|
StartMigrationResponse.Builder |
migrationTimestamp(Instant migrationTimestamp)
The date and time that the migration started.
|
StartMigrationResponse.Builder |
v1BotLocale(Locale v1BotLocale)
The locale used for the Amazon Lex V1 bot.
|
StartMigrationResponse.Builder |
v1BotLocale(String v1BotLocale)
The locale used for the Amazon Lex V1 bot.
|
StartMigrationResponse.Builder |
v1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
|
StartMigrationResponse.Builder |
v1BotVersion(String v1BotVersion)
The version of the bot to migrate to Amazon Lex V2.
|
StartMigrationResponse.Builder |
v2BotId(String v2BotId)
The unique identifier for the Amazon Lex V2 bot.
|
StartMigrationResponse.Builder |
v2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartMigrationResponse.Builder v1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
v1BotName - The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.StartMigrationResponse.Builder v1BotVersion(String v1BotVersion)
The version of the bot to migrate to Amazon Lex V2.
v1BotVersion - The version of the bot to migrate to Amazon Lex V2.StartMigrationResponse.Builder v1BotLocale(String v1BotLocale)
The locale used for the Amazon Lex V1 bot.
StartMigrationResponse.Builder v1BotLocale(Locale v1BotLocale)
The locale used for the Amazon Lex V1 bot.
StartMigrationResponse.Builder v2BotId(String v2BotId)
The unique identifier for the Amazon Lex V2 bot.
v2BotId - The unique identifier for the Amazon Lex V2 bot.StartMigrationResponse.Builder v2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
v2BotRole - The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.StartMigrationResponse.Builder migrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
migrationId - The unique identifier that Amazon Lex assigned to the migration.StartMigrationResponse.Builder migrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
migrationStrategy - The strategy used to conduct the migration.MigrationStrategy,
MigrationStrategyStartMigrationResponse.Builder migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
migrationStrategy - The strategy used to conduct the migration.MigrationStrategy,
MigrationStrategyStartMigrationResponse.Builder migrationTimestamp(Instant migrationTimestamp)
The date and time that the migration started.
migrationTimestamp - The date and time that the migration started.Copyright © 2023. All rights reserved.