Interface DescribeBotAnalyzerRecommendationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeBotAnalyzerRecommendationRequest.Builder,,DescribeBotAnalyzerRecommendationRequest> LexModelsV2Request.Builder,SdkBuilder<DescribeBotAnalyzerRecommendationRequest.Builder,,DescribeBotAnalyzerRecommendationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeBotAnalyzerRecommendationRequest
@Mutable
@NotThreadSafe
public static interface DescribeBotAnalyzerRecommendationRequest.Builder
extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DescribeBotAnalyzerRecommendationRequest.Builder,DescribeBotAnalyzerRecommendationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbotAnalyzerRequestId(String botAnalyzerRequestId) The unique identifier of the analysis request.The unique identifier of the bot.maxResults(Integer maxResults) The maximum number of recommendations to return in the response.If the response from a previous request was truncated, thenextTokenvalue is used to retrieve the next page of recommendations.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
botId
The unique identifier of the bot.
- Parameters:
botId- The unique identifier of the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAnalyzerRequestId
The unique identifier of the analysis request.
- Parameters:
botAnalyzerRequestId- The unique identifier of the analysis request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the response from a previous request was truncated, the
nextTokenvalue is used to retrieve the next page of recommendations.- Parameters:
nextToken- If the response from a previous request was truncated, thenextTokenvalue is used to retrieve the next page of recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of recommendations to return in the response. The default is 5.
- Parameters:
maxResults- The maximum number of recommendations to return in the response. The default is 5.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeBotAnalyzerRecommendationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeBotAnalyzerRecommendationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-