Interface DescribeBotRecommendationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeBotRecommendationRequest.Builder,
,DescribeBotRecommendationRequest> LexModelsV2Request.Builder
,SdkBuilder<DescribeBotRecommendationRequest.Builder,
,DescribeBotRecommendationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeBotRecommendationRequest
public static interface DescribeBotRecommendationRequest.Builder
extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DescribeBotRecommendationRequest.Builder,DescribeBotRecommendationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the bot associated with the bot recommendation.botRecommendationId
(String botRecommendationId) The identifier of the bot recommendation to describe.botVersion
(String botVersion) The version of the bot associated with the bot recommendation.The identifier of the language and locale of the bot recommendation to describe.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, sdkFields
-
Method Details
-
botId
The unique identifier of the bot associated with the bot recommendation.
- Parameters:
botId
- The unique identifier of the bot associated with the bot recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot associated with the bot recommendation.
- Parameters:
botVersion
- The version of the bot associated with the bot recommendation.- 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 to describe. The string must match one of the supported locales. For more information, see Supported languages.
- Parameters:
localeId
- The identifier of the language and locale of the bot recommendation to describe. The string must match one of the supported locales. For more information, see Supported languages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botRecommendationId
The identifier of the bot recommendation to describe.
- Parameters:
botRecommendationId
- The identifier of the bot recommendation to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeBotRecommendationRequest.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
DescribeBotRecommendationRequest.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.
-