ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.botId(String botId) |
The identifier of the bot to list locales for.
|
ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.botVersion(String botVersion) |
The version of the bot to list locales for.
|
static ListBotLocalesRequest.Builder |
ListBotLocalesRequest.builder() |
|
ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.filters(Collection<BotLocaleFilter> filters) |
Provides the specification for a filter used to limit the response to only those locales that match the
filter specification.
|
ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.filters(Consumer<BotLocaleFilter.Builder>... filters) |
Provides the specification for a filter used to limit the response to only those locales that match the
filter specification.
|
ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.filters(BotLocaleFilter... filters) |
Provides the specification for a filter used to limit the response to only those locales that match the
filter specification.
|
ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.maxResults(Integer maxResults) |
The maximum number of aliases to return in each page of results.
|
ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.nextToken(String nextToken) |
If the response from the ListBotLocales operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
|
ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.sortBy(Consumer<BotLocaleSortBy.Builder> sortBy) |
Specifies sorting parameters for the list of locales.
|
ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.sortBy(BotLocaleSortBy sortBy) |
Specifies sorting parameters for the list of locales.
|
ListBotLocalesRequest.Builder |
ListBotLocalesRequest.toBuilder() |
|