Interface StopBotRecommendationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopBotRecommendationRequest.Builder,StopBotRecommendationRequest>,LexModelsV2Request.Builder,SdkBuilder<StopBotRecommendationRequest.Builder,StopBotRecommendationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopBotRecommendationRequest
public static interface StopBotRecommendationRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<StopBotRecommendationRequest.Builder,StopBotRecommendationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopBotRecommendationRequest.BuilderbotId(String botId)The unique identifier of the bot containing the bot recommendation to be stopped.StopBotRecommendationRequest.BuilderbotRecommendationId(String botRecommendationId)The unique identifier of the bot recommendation to be stopped.StopBotRecommendationRequest.BuilderbotVersion(String botVersion)The version of the bot containing the bot recommendation.StopBotRecommendationRequest.BuilderlocaleId(String localeId)The identifier of the language and locale of the bot recommendation to stop.StopBotRecommendationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopBotRecommendationRequest.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
StopBotRecommendationRequest.Builder botId(String botId)
The unique identifier of the bot containing the bot recommendation to be stopped.
- Parameters:
botId- The unique identifier of the bot containing the bot recommendation to be stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
StopBotRecommendationRequest.Builder botVersion(String botVersion)
The version of the bot containing the bot recommendation.
- Parameters:
botVersion- The version of the bot containing the bot recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
StopBotRecommendationRequest.Builder localeId(String localeId)
The identifier of the language and locale of the bot recommendation to stop. 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 stop. 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
StopBotRecommendationRequest.Builder botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be stopped.
- Parameters:
botRecommendationId- The unique identifier of the bot recommendation to be stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopBotRecommendationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopBotRecommendationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-