Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.TranscriptSourceSetting.Builder
-
Packages that use TranscriptSourceSetting.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TranscriptSourceSetting.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TranscriptSourceSetting.Builder Modifier and Type Method Description static TranscriptSourceSetting.BuilderTranscriptSourceSetting. builder()default TranscriptSourceSetting.BuilderTranscriptSourceSetting.Builder. s3BucketTranscriptSource(Consumer<S3BucketTranscriptSource.Builder> s3BucketTranscriptSource)Indicates the setting of the Amazon S3 bucket where the transcript is stored.TranscriptSourceSetting.BuilderTranscriptSourceSetting.Builder. s3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource)Indicates the setting of the Amazon S3 bucket where the transcript is stored.TranscriptSourceSetting.BuilderTranscriptSourceSetting. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TranscriptSourceSetting.Builder Modifier and Type Method Description static Class<? extends TranscriptSourceSetting.Builder>TranscriptSourceSetting. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TranscriptSourceSetting.Builder Modifier and Type Method Description default DescribeBotRecommendationResponse.BuilderDescribeBotRecommendationResponse.Builder. transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.default StartBotRecommendationRequest.BuilderStartBotRecommendationRequest.Builder. transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.default StartBotRecommendationResponse.BuilderStartBotRecommendationResponse.Builder. transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.default UpdateBotRecommendationResponse.BuilderUpdateBotRecommendationResponse.Builder. transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
-