| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotVersionsResponse.Builder |
ListBotVersionsResponse.Builder.botId(String botId)
The identifier of the bot to list versions for.
|
ListBotVersionsResponse.Builder |
ListBotVersionsResponse.Builder.botVersionSummaries(BotVersionSummary... botVersionSummaries)
Summary information for the bot versions that meet the filter criteria specified in the request.
|
ListBotVersionsResponse.Builder |
ListBotVersionsResponse.Builder.botVersionSummaries(Collection<BotVersionSummary> botVersionSummaries)
Summary information for the bot versions that meet the filter criteria specified in the request.
|
ListBotVersionsResponse.Builder |
ListBotVersionsResponse.Builder.botVersionSummaries(Consumer<BotVersionSummary.Builder>... botVersionSummaries)
Summary information for the bot versions that meet the filter criteria specified in the request.
|
static ListBotVersionsResponse.Builder |
ListBotVersionsResponse.builder() |
ListBotVersionsResponse.Builder |
ListBotVersionsResponse.Builder.nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotVersions operation. |
ListBotVersionsResponse.Builder |
ListBotVersionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBotVersionsResponse.Builder> |
ListBotVersionsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.