public static interface MigrationAlert.Builder extends SdkPojo, CopyableBuilder<MigrationAlert.Builder,MigrationAlert>
| Modifier and Type | Method and Description |
|---|---|
MigrationAlert.Builder |
details(Collection<String> details)
Additional details about the alert.
|
MigrationAlert.Builder |
details(String... details)
Additional details about the alert.
|
MigrationAlert.Builder |
message(String message)
A message that describes why the alert was issued.
|
MigrationAlert.Builder |
referenceURLs(Collection<String> referenceURLs)
A link to the Amazon Lex documentation that describes how to resolve the alert.
|
MigrationAlert.Builder |
referenceURLs(String... referenceURLs)
A link to the Amazon Lex documentation that describes how to resolve the alert.
|
MigrationAlert.Builder |
type(MigrationAlertType type)
The type of alert.
|
MigrationAlert.Builder |
type(String type)
The type of alert.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMigrationAlert.Builder type(String type)
The type of alert. There are two kinds of alerts:
ERROR - There was an issue with the migration that can't be resolved. The migration stops.
WARN - There was an issue with the migration that requires manual changes to the new Amazon Lex
V2 bot. The migration continues.
type - The type of alert. There are two kinds of alerts:
ERROR - There was an issue with the migration that can't be resolved. The migration
stops.
WARN - There was an issue with the migration that requires manual changes to the new
Amazon Lex V2 bot. The migration continues.
MigrationAlertType,
MigrationAlertTypeMigrationAlert.Builder type(MigrationAlertType type)
The type of alert. There are two kinds of alerts:
ERROR - There was an issue with the migration that can't be resolved. The migration stops.
WARN - There was an issue with the migration that requires manual changes to the new Amazon Lex
V2 bot. The migration continues.
type - The type of alert. There are two kinds of alerts:
ERROR - There was an issue with the migration that can't be resolved. The migration
stops.
WARN - There was an issue with the migration that requires manual changes to the new
Amazon Lex V2 bot. The migration continues.
MigrationAlertType,
MigrationAlertTypeMigrationAlert.Builder message(String message)
A message that describes why the alert was issued.
message - A message that describes why the alert was issued.MigrationAlert.Builder details(Collection<String> details)
Additional details about the alert.
details - Additional details about the alert.MigrationAlert.Builder details(String... details)
Additional details about the alert.
details - Additional details about the alert.MigrationAlert.Builder referenceURLs(Collection<String> referenceURLs)
A link to the Amazon Lex documentation that describes how to resolve the alert.
referenceURLs - A link to the Amazon Lex documentation that describes how to resolve the alert.MigrationAlert.Builder referenceURLs(String... referenceURLs)
A link to the Amazon Lex documentation that describes how to resolve the alert.
referenceURLs - A link to the Amazon Lex documentation that describes how to resolve the alert.Copyright © 2022. All rights reserved.