| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static MigrationAlert.Builder |
MigrationAlert.builder() |
MigrationAlert.Builder |
MigrationAlert.Builder.details(Collection<String> details)
Additional details about the alert.
|
MigrationAlert.Builder |
MigrationAlert.Builder.details(String... details)
Additional details about the alert.
|
MigrationAlert.Builder |
MigrationAlert.Builder.message(String message)
A message that describes why the alert was issued.
|
MigrationAlert.Builder |
MigrationAlert.Builder.referenceURLs(Collection<String> referenceURLs)
A link to the Amazon Lex documentation that describes how to resolve the alert.
|
MigrationAlert.Builder |
MigrationAlert.Builder.referenceURLs(String... referenceURLs)
A link to the Amazon Lex documentation that describes how to resolve the alert.
|
MigrationAlert.Builder |
MigrationAlert.toBuilder() |
MigrationAlert.Builder |
MigrationAlert.Builder.type(MigrationAlertType type)
The type of alert.
|
MigrationAlert.Builder |
MigrationAlert.Builder.type(String type)
The type of alert.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MigrationAlert.Builder> |
MigrationAlert.serializableBuilderClass() |
Copyright © 2022. All rights reserved.