Interface StartBotRecommendationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartBotRecommendationRequest.Builder,StartBotRecommendationRequest>,LexModelsV2Request.Builder,SdkBuilder<StartBotRecommendationRequest.Builder,StartBotRecommendationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartBotRecommendationRequest
public static interface StartBotRecommendationRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<StartBotRecommendationRequest.Builder,StartBotRecommendationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartBotRecommendationRequest.BuilderbotId(String botId)The unique identifier of the bot containing the bot recommendation.StartBotRecommendationRequest.BuilderbotVersion(String botVersion)The version of the bot containing the bot recommendation.default StartBotRecommendationRequest.BuilderencryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.StartBotRecommendationRequest.BuilderencryptionSetting(EncryptionSetting encryptionSetting)The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.StartBotRecommendationRequest.BuilderlocaleId(String localeId)The identifier of the language and locale of the bot recommendation to start.StartBotRecommendationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartBotRecommendationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default StartBotRecommendationRequest.BuildertranscriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.StartBotRecommendationRequest.BuildertranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.-
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
StartBotRecommendationRequest.Builder botId(String botId)
The unique identifier of the bot containing the bot recommendation.
- Parameters:
botId- The unique identifier of the bot containing the bot recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
StartBotRecommendationRequest.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
StartBotRecommendationRequest.Builder localeId(String localeId)
The identifier of the language and locale of the bot recommendation to start. 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 start. 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.
-
transcriptSourceSetting
StartBotRecommendationRequest.Builder transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
- Parameters:
transcriptSourceSetting- The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transcriptSourceSetting
default StartBotRecommendationRequest.Builder transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
This is a convenience method that creates an instance of theTranscriptSourceSetting.Builderavoiding the need to create one manually viaTranscriptSourceSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totranscriptSourceSetting(TranscriptSourceSetting).- Parameters:
transcriptSourceSetting- a consumer that will call methods onTranscriptSourceSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
transcriptSourceSetting(TranscriptSourceSetting)
-
encryptionSetting
StartBotRecommendationRequest.Builder encryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
- Parameters:
encryptionSetting- The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionSetting
default StartBotRecommendationRequest.Builder encryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
This is a convenience method that creates an instance of theEncryptionSetting.Builderavoiding the need to create one manually viaEncryptionSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionSetting(EncryptionSetting).- Parameters:
encryptionSetting- a consumer that will call methods onEncryptionSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
encryptionSetting(EncryptionSetting)
-
overrideConfiguration
StartBotRecommendationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartBotRecommendationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-