ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.botId(String botId) |
The identifier of the bot to list versions for.
|
static ListBotVersionsRequest.Builder |
ListBotVersionsRequest.builder() |
|
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of versions to return in each page of results.
|
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.nextToken(String nextToken) |
If the response to the ListBotVersion operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
|
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.sortBy(Consumer<BotVersionSortBy.Builder> sortBy) |
Specifies sorting parameters for the list of versions.
|
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.Builder.sortBy(BotVersionSortBy sortBy) |
Specifies sorting parameters for the list of versions.
|
ListBotVersionsRequest.Builder |
ListBotVersionsRequest.toBuilder() |
|