Interface TranscriptSourceSetting.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TranscriptSourceSetting.Builder,,TranscriptSourceSetting> SdkBuilder<TranscriptSourceSetting.Builder,,TranscriptSourceSetting> SdkPojo
- Enclosing class:
 TranscriptSourceSetting
@Mutable
@NotThreadSafe
public static interface TranscriptSourceSetting.Builder
extends SdkPojo, CopyableBuilder<TranscriptSourceSetting.Builder,TranscriptSourceSetting> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault TranscriptSourceSetting.Builders3BucketTranscriptSource(Consumer<S3BucketTranscriptSource.Builder> s3BucketTranscriptSource) Indicates the setting of the Amazon S3 bucket where the transcript is stored.s3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource) Indicates the setting of the Amazon S3 bucket where the transcript is stored.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
s3BucketTranscriptSource
TranscriptSourceSetting.Builder s3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource) Indicates the setting of the Amazon S3 bucket where the transcript is stored.
- Parameters:
 s3BucketTranscriptSource- Indicates the setting of the Amazon S3 bucket where the transcript is stored.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
s3BucketTranscriptSource
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.Builderavoiding the need to create one manually viaS3BucketTranscriptSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3BucketTranscriptSource(S3BucketTranscriptSource).- Parameters:
 s3BucketTranscriptSource- a consumer that will call methods onS3BucketTranscriptSource.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -