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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeBotRecommendationRequest.BuilderbotId(String botId)The unique identifier of the bot associated with the bot recommendation.DescribeBotRecommendationRequest.BuilderbotRecommendationId(String botRecommendationId)The identifier of the bot recommendation to describe.DescribeBotRecommendationRequest.BuilderbotVersion(String botVersion)The version of the bot associated with the bot recommendation.DescribeBotRecommendationRequest.BuilderlocaleId(String localeId)The identifier of the language and locale of the bot recommendation to describe.DescribeBotRecommendationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeBotRecommendationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
botId
DescribeBotRecommendationRequest.Builder botId(String 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
DescribeBotRecommendationRequest.Builder botVersion(String 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
DescribeBotRecommendationRequest.Builder localeId(String 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
DescribeBotRecommendationRequest.Builder botRecommendationId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeBotRecommendationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-