Interface MigrationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MigrationSummary.Builder,MigrationSummary>,SdkBuilder<MigrationSummary.Builder,MigrationSummary>,SdkPojo
- Enclosing class:
- MigrationSummary
public static interface MigrationSummary.Builder extends SdkPojo, CopyableBuilder<MigrationSummary.Builder,MigrationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigrationSummary.BuildermigrationId(String migrationId)The unique identifier that Amazon Lex assigned to the migration.MigrationSummary.BuildermigrationStatus(String migrationStatus)The status of the operation.MigrationSummary.BuildermigrationStatus(MigrationStatus migrationStatus)The status of the operation.MigrationSummary.BuildermigrationStrategy(String migrationStrategy)The strategy used to conduct the migration.MigrationSummary.BuildermigrationStrategy(MigrationStrategy migrationStrategy)The strategy used to conduct the migration.MigrationSummary.BuildermigrationTimestamp(Instant migrationTimestamp)The date and time that the migration started.MigrationSummary.Builderv1BotLocale(String v1BotLocale)The locale of the Amazon Lex V1 bot that is the source of the migration.MigrationSummary.Builderv1BotLocale(Locale v1BotLocale)The locale of the Amazon Lex V1 bot that is the source of the migration.MigrationSummary.Builderv1BotName(String v1BotName)The name of the Amazon Lex V1 bot that is the source of the migration.MigrationSummary.Builderv1BotVersion(String v1BotVersion)The version of the Amazon Lex V1 bot that is the source of the migration.MigrationSummary.Builderv2BotId(String v2BotId)The unique identifier of the Amazon Lex V2 that is the destination of the migration.MigrationSummary.Builderv2BotRole(String v2BotRole)The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
migrationId
MigrationSummary.Builder migrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
- Parameters:
migrationId- The unique identifier that Amazon Lex assigned to the migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
v1BotName
MigrationSummary.Builder v1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that is the source of the migration.
- Parameters:
v1BotName- The name of the Amazon Lex V1 bot that is the source of the migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
v1BotVersion
MigrationSummary.Builder v1BotVersion(String v1BotVersion)
The version of the Amazon Lex V1 bot that is the source of the migration.
- Parameters:
v1BotVersion- The version of the Amazon Lex V1 bot that is the source of the migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
v1BotLocale
MigrationSummary.Builder v1BotLocale(String v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
-
v1BotLocale
MigrationSummary.Builder v1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
-
v2BotId
MigrationSummary.Builder v2BotId(String v2BotId)
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
- Parameters:
v2BotId- The unique identifier of the Amazon Lex V2 that is the destination of the migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
v2BotRole
MigrationSummary.Builder v2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
- Parameters:
v2BotRole- The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationStatus
MigrationSummary.Builder migrationStatus(String migrationStatus)
The status of the operation. When the status is
COMPLETEthe bot is available in Amazon Lex V2. There may be alerts and warnings that need to be resolved to complete the migration.- Parameters:
migrationStatus- The status of the operation. When the status isCOMPLETEthe bot is available in Amazon Lex V2. There may be alerts and warnings that need to be resolved to complete the migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MigrationStatus,MigrationStatus
-
migrationStatus
MigrationSummary.Builder migrationStatus(MigrationStatus migrationStatus)
The status of the operation. When the status is
COMPLETEthe bot is available in Amazon Lex V2. There may be alerts and warnings that need to be resolved to complete the migration.- Parameters:
migrationStatus- The status of the operation. When the status isCOMPLETEthe bot is available in Amazon Lex V2. There may be alerts and warnings that need to be resolved to complete the migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MigrationStatus,MigrationStatus
-
migrationStrategy
MigrationSummary.Builder migrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
- Parameters:
migrationStrategy- The strategy used to conduct the migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MigrationStrategy,MigrationStrategy
-
migrationStrategy
MigrationSummary.Builder migrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
- Parameters:
migrationStrategy- The strategy used to conduct the migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MigrationStrategy,MigrationStrategy
-
migrationTimestamp
MigrationSummary.Builder migrationTimestamp(Instant migrationTimestamp)
The date and time that the migration started.
- Parameters:
migrationTimestamp- The date and time that the migration started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-