public static interface ListBotLocalesResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListBotLocalesResponse.Builder,ListBotLocalesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBotLocalesResponse.Builder |
botId(String botId)
The identifier of the bot to list locales for.
|
ListBotLocalesResponse.Builder |
botLocaleSummaries(BotLocaleSummary... botLocaleSummaries)
Summary information for the locales that meet the filter criteria specified in the request.
|
ListBotLocalesResponse.Builder |
botLocaleSummaries(Collection<BotLocaleSummary> botLocaleSummaries)
Summary information for the locales that meet the filter criteria specified in the request.
|
ListBotLocalesResponse.Builder |
botLocaleSummaries(Consumer<BotLocaleSummary.Builder>... botLocaleSummaries)
Summary information for the locales that meet the filter criteria specified in the request.
|
ListBotLocalesResponse.Builder |
botVersion(String botVersion)
The version of the bot.
|
ListBotLocalesResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotLocales operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBotLocalesResponse.Builder botId(String botId)
The identifier of the bot to list locales for.
botId - The identifier of the bot to list locales for.ListBotLocalesResponse.Builder botVersion(String botVersion)
The version of the bot.
botVersion - The version of the bot.ListBotLocalesResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotLocales operation. If the nextToken field is present, you send the contents
as the nextToken parameter of a ListBotLocales operation request to get the next
page of results.
nextToken - A token that indicates whether there are more results to return in a response to the
ListBotLocales operation. If the nextToken field is present, you send the
contents as the nextToken parameter of a ListBotLocales operation request to
get the next page of results.ListBotLocalesResponse.Builder botLocaleSummaries(Collection<BotLocaleSummary> botLocaleSummaries)
Summary information for the locales that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter of the request. If there are more locales
available, the nextToken field contains a token to get the next page of results.
botLocaleSummaries - Summary information for the locales that meet the filter criteria specified in the request. The length
of the list is specified in the maxResults parameter of the request. If there are more
locales available, the nextToken field contains a token to get the next page of results.ListBotLocalesResponse.Builder botLocaleSummaries(BotLocaleSummary... botLocaleSummaries)
Summary information for the locales that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter of the request. If there are more locales
available, the nextToken field contains a token to get the next page of results.
botLocaleSummaries - Summary information for the locales that meet the filter criteria specified in the request. The length
of the list is specified in the maxResults parameter of the request. If there are more
locales available, the nextToken field contains a token to get the next page of results.ListBotLocalesResponse.Builder botLocaleSummaries(Consumer<BotLocaleSummary.Builder>... botLocaleSummaries)
Summary information for the locales that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter of the request. If there are more locales
available, the nextToken field contains a token to get the next page of results.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #botLocaleSummaries(List) .botLocaleSummaries - a consumer that will call methods on List.Builder #botLocaleSummaries(List) Copyright © 2022. All rights reserved.