public static interface TranscriptSourceSetting.Builder extends SdkPojo, CopyableBuilder<TranscriptSourceSetting.Builder,TranscriptSourceSetting>
| Modifier and Type | Method and Description |
|---|---|
default TranscriptSourceSetting.Builder |
s3BucketTranscriptSource(Consumer<S3BucketTranscriptSource.Builder> s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
TranscriptSourceSetting.Builder |
s3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTranscriptSourceSetting.Builder s3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
s3BucketTranscriptSource - Indicates the setting of the Amazon S3 bucket where the transcript is stored.default TranscriptSourceSetting.Builder s3BucketTranscriptSource(Consumer<S3BucketTranscriptSource.Builder> s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
This is a convenience method that creates an instance of theS3BucketTranscriptSource.Builder
avoiding the need to create one manually via S3BucketTranscriptSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3BucketTranscriptSource(S3BucketTranscriptSource).
s3BucketTranscriptSource - a consumer that will call methods on S3BucketTranscriptSource.Builders3BucketTranscriptSource(S3BucketTranscriptSource)Copyright © 2023. All rights reserved.