Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.MigrationAlert.Builder
-
Packages that use MigrationAlert.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of MigrationAlert.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return MigrationAlert.Builder Modifier and Type Method Description static MigrationAlert.BuilderMigrationAlert. builder()MigrationAlert.BuilderMigrationAlert.Builder. details(String... details)Additional details about the alert.MigrationAlert.BuilderMigrationAlert.Builder. details(Collection<String> details)Additional details about the alert.MigrationAlert.BuilderMigrationAlert.Builder. message(String message)A message that describes why the alert was issued.MigrationAlert.BuilderMigrationAlert.Builder. referenceURLs(String... referenceURLs)A link to the Amazon Lex documentation that describes how to resolve the alert.MigrationAlert.BuilderMigrationAlert.Builder. referenceURLs(Collection<String> referenceURLs)A link to the Amazon Lex documentation that describes how to resolve the alert.MigrationAlert.BuilderMigrationAlert. toBuilder()MigrationAlert.BuilderMigrationAlert.Builder. type(String type)The type of alert.MigrationAlert.BuilderMigrationAlert.Builder. type(MigrationAlertType type)The type of alert.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type MigrationAlert.Builder Modifier and Type Method Description static Class<? extends MigrationAlert.Builder>MigrationAlert. serializableBuilderClass()
-