public static interface MigrationSummary.Builder extends SdkPojo, CopyableBuilder<MigrationSummary.Builder,MigrationSummary>
| Modifier and Type | Method and Description |
|---|---|
MigrationSummary.Builder |
migrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
|
MigrationSummary.Builder |
migrationStatus(MigrationStatus migrationStatus)
The status of the operation.
|
MigrationSummary.Builder |
migrationStatus(String migrationStatus)
The status of the operation.
|
MigrationSummary.Builder |
migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
MigrationSummary.Builder |
migrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
|
MigrationSummary.Builder |
migrationTimestamp(Instant migrationTimestamp)
The date and time that the migration started.
|
MigrationSummary.Builder |
v1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary.Builder |
v1BotLocale(String v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary.Builder |
v1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary.Builder |
v1BotVersion(String v1BotVersion)
The version of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary.Builder |
v2BotId(String v2BotId)
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
|
MigrationSummary.Builder |
v2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMigrationSummary.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.MigrationSummary.Builder v1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that is the source of the migration.
v1BotName - The name of the Amazon Lex V1 bot that is the source of the migration.MigrationSummary.Builder v1BotVersion(String v1BotVersion)
The version of the Amazon Lex V1 bot that is the source of the migration.
v1BotVersion - The version of the Amazon Lex V1 bot that is the source of the migration.MigrationSummary.Builder v1BotLocale(String v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
MigrationSummary.Builder v1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
MigrationSummary.Builder v2BotId(String v2BotId)
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
v2BotId - The unique identifier of the Amazon Lex V2 that is the destination of the migration.MigrationSummary.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.MigrationSummary.Builder migrationStatus(String migrationStatus)
The status of the operation. When the status is COMPLETE the bot is available in Amazon Lex V2.
There may be alerts and warnings that need to be resolved to complete the migration.
migrationStatus - The status of the operation. When the status is COMPLETE the bot is available in Amazon
Lex V2. There may be alerts and warnings that need to be resolved to complete the migration.MigrationStatus,
MigrationStatusMigrationSummary.Builder migrationStatus(MigrationStatus migrationStatus)
The status of the operation. When the status is COMPLETE the bot is available in Amazon Lex V2.
There may be alerts and warnings that need to be resolved to complete the migration.
migrationStatus - The status of the operation. When the status is COMPLETE the bot is available in Amazon
Lex V2. There may be alerts and warnings that need to be resolved to complete the migration.MigrationStatus,
MigrationStatusMigrationSummary.Builder migrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
migrationStrategy - The strategy used to conduct the migration.MigrationStrategy,
MigrationStrategyMigrationSummary.Builder migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
migrationStrategy - The strategy used to conduct the migration.MigrationStrategy,
MigrationStrategyMigrationSummary.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.