| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static MigrationSummary.Builder |
MigrationSummary.builder() |
MigrationSummary.Builder |
MigrationSummary.Builder.migrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
|
MigrationSummary.Builder |
MigrationSummary.Builder.migrationStatus(MigrationStatus migrationStatus)
The status of the operation.
|
MigrationSummary.Builder |
MigrationSummary.Builder.migrationStatus(String migrationStatus)
The status of the operation.
|
MigrationSummary.Builder |
MigrationSummary.Builder.migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
MigrationSummary.Builder |
MigrationSummary.Builder.migrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
|
MigrationSummary.Builder |
MigrationSummary.Builder.migrationTimestamp(Instant migrationTimestamp)
The date and time that the migration started.
|
MigrationSummary.Builder |
MigrationSummary.toBuilder() |
MigrationSummary.Builder |
MigrationSummary.Builder.v1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary.Builder |
MigrationSummary.Builder.v1BotLocale(String v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary.Builder |
MigrationSummary.Builder.v1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary.Builder |
MigrationSummary.Builder.v1BotVersion(String v1BotVersion)
The version of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary.Builder |
MigrationSummary.Builder.v2BotId(String v2BotId)
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
|
MigrationSummary.Builder |
MigrationSummary.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 MigrationSummary.Builder> |
MigrationSummary.serializableBuilderClass() |
Copyright © 2021. All rights reserved.