Interface ListBotLocalesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListBotLocalesResponse.Builder,
,ListBotLocalesResponse> LexModelsV2Response.Builder
,SdkBuilder<ListBotLocalesResponse.Builder,
,ListBotLocalesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListBotLocalesResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the bot to list locales for.botLocaleSummaries
(Collection<BotLocaleSummary> botLocaleSummaries) Summary information for the locales that meet the filter criteria specified in the request.botLocaleSummaries
(Consumer<BotLocaleSummary.Builder>... botLocaleSummaries) Summary information for the locales that meet the filter criteria specified in the request.botLocaleSummaries
(BotLocaleSummary... botLocaleSummaries) Summary information for the locales that meet the filter criteria specified in the request.botVersion
(String botVersion) The version of the bot.A token that indicates whether there are more results to return in a response to theListBotLocales
operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
botId
The identifier of the bot to list locales for.
- Parameters:
botId
- The identifier of the bot to list locales for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot.
- Parameters:
botVersion
- The version of the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token that indicates whether there are more results to return in a response to the
ListBotLocales
operation. If thenextToken
field is present, you send the contents as thenextToken
parameter of aListBotLocales
operation request to get the next page of results.- Parameters:
nextToken
- A token that indicates whether there are more results to return in a response to theListBotLocales
operation. If thenextToken
field is present, you send the contents as thenextToken
parameter of aListBotLocales
operation request to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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, thenextToken
field contains a token to get the next page of results.- Parameters:
botLocaleSummaries
- Summary information for the locales that meet the filter criteria specified in the request. The length of the list is specified in themaxResults
parameter of the request. If there are more locales available, thenextToken
field contains a token to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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, thenextToken
field contains a token to get the next page of results.- Parameters:
botLocaleSummaries
- Summary information for the locales that meet the filter criteria specified in the request. The length of the list is specified in themaxResults
parameter of the request. If there are more locales available, thenextToken
field contains a token to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botLocaleSummaries
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
This is a convenience method that creates an instance of themaxResults
parameter of the request. If there are more locales available, thenextToken
field contains a token to get the next page of results.BotLocaleSummary.Builder
avoiding the need to create one manually viaBotLocaleSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobotLocaleSummaries(List<BotLocaleSummary>)
.- Parameters:
botLocaleSummaries
- a consumer that will call methods onBotLocaleSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-