Interface ListBotRecommendationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListBotRecommendationsRequest.Builder,
,ListBotRecommendationsRequest> LexModelsV2Request.Builder
,SdkBuilder<ListBotRecommendationsRequest.Builder,
,ListBotRecommendationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListBotRecommendationsRequest
@Mutable
@NotThreadSafe
public static interface ListBotRecommendationsRequest.Builder
extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListBotRecommendationsRequest.Builder,ListBotRecommendationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the bot that contains the bot recommendation list.botVersion
(String botVersion) The version of the bot that contains the bot recommendation list.The identifier of the language and locale of the bot recommendation list.maxResults
(Integer maxResults) The maximum number of bot recommendations to return in each page of results.If the response from the ListBotRecommendation operation contains more results than specified in the maxResults parameter, a token is returned in the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
botId
The unique identifier of the bot that contains the bot recommendation list.
- Parameters:
botId
- The unique identifier of the bot that contains the bot recommendation list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot that contains the bot recommendation list.
- Parameters:
botVersion
- The version of the bot that contains the bot recommendation list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The identifier of the language and locale of the bot recommendation list.
- Parameters:
localeId
- The identifier of the language and locale of the bot recommendation list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
- Parameters:
maxResults
- The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the response from the ListBotRecommendation operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
- Parameters:
nextToken
- If the response from the ListBotRecommendation operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBotRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListBotRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-