public static interface StartMigrationRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<StartMigrationRequest.Builder,StartMigrationRequest>
| Modifier and Type | Method and Description |
|---|---|
StartMigrationRequest.Builder |
migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
StartMigrationRequest.Builder |
migrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
|
StartMigrationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMigrationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMigrationRequest.Builder |
v1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
|
StartMigrationRequest.Builder |
v1BotVersion(String v1BotVersion)
The version of the bot to migrate to Amazon Lex V2.
|
StartMigrationRequest.Builder |
v2BotName(String v2BotName)
The name of the Amazon Lex V2 bot that you are migrating the Amazon Lex V1 bot to.
|
StartMigrationRequest.Builder |
v2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartMigrationRequest.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.StartMigrationRequest.Builder v1BotVersion(String v1BotVersion)
The version of the bot to migrate to Amazon Lex V2. You can migrate the $LATEST version as well
as any numbered version.
v1BotVersion - The version of the bot to migrate to Amazon Lex V2. You can migrate the $LATEST version
as well as any numbered version.StartMigrationRequest.Builder v2BotName(String v2BotName)
The name of the Amazon Lex V2 bot that you are migrating the Amazon Lex V1 bot to.
If the Amazon Lex V2 bot doesn't exist, you must use the CREATE_NEW migration strategy.
If the Amazon Lex V2 bot exists, you must use the UPDATE_EXISTING migration strategy to change
the contents of the Amazon Lex V2 bot.
v2BotName - The name of the Amazon Lex V2 bot that you are migrating the Amazon Lex V1 bot to.
If the Amazon Lex V2 bot doesn't exist, you must use the CREATE_NEW migration strategy.
If the Amazon Lex V2 bot exists, you must use the UPDATE_EXISTING migration strategy to
change the contents of the Amazon Lex V2 bot.
StartMigrationRequest.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.StartMigrationRequest.Builder migrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
CREATE_NEW - Creates a new Amazon Lex V2 bot and migrates the Amazon Lex V1 bot to the new bot.
UPDATE_EXISTING - Overwrites the existing Amazon Lex V2 bot metadata and the locale being
migrated. It doesn't change any other locales in the Amazon Lex V2 bot. If the locale doesn't exist, a new
locale is created in the Amazon Lex V2 bot.
migrationStrategy - The strategy used to conduct the migration.
CREATE_NEW - Creates a new Amazon Lex V2 bot and migrates the Amazon Lex V1 bot to the
new bot.
UPDATE_EXISTING - Overwrites the existing Amazon Lex V2 bot metadata and the locale being
migrated. It doesn't change any other locales in the Amazon Lex V2 bot. If the locale doesn't exist, a
new locale is created in the Amazon Lex V2 bot.
MigrationStrategy,
MigrationStrategyStartMigrationRequest.Builder migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
CREATE_NEW - Creates a new Amazon Lex V2 bot and migrates the Amazon Lex V1 bot to the new bot.
UPDATE_EXISTING - Overwrites the existing Amazon Lex V2 bot metadata and the locale being
migrated. It doesn't change any other locales in the Amazon Lex V2 bot. If the locale doesn't exist, a new
locale is created in the Amazon Lex V2 bot.
migrationStrategy - The strategy used to conduct the migration.
CREATE_NEW - Creates a new Amazon Lex V2 bot and migrates the Amazon Lex V1 bot to the
new bot.
UPDATE_EXISTING - Overwrites the existing Amazon Lex V2 bot metadata and the locale being
migrated. It doesn't change any other locales in the Amazon Lex V2 bot. If the locale doesn't exist, a
new locale is created in the Amazon Lex V2 bot.
MigrationStrategy,
MigrationStrategyStartMigrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartMigrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.