Interface TranscriptSourceSetting.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TranscriptSourceSetting.Builder,TranscriptSourceSetting>,SdkBuilder<TranscriptSourceSetting.Builder,TranscriptSourceSetting>,SdkPojo
- Enclosing class:
- TranscriptSourceSetting
public static interface TranscriptSourceSetting.Builder extends SdkPojo, CopyableBuilder<TranscriptSourceSetting.Builder,TranscriptSourceSetting>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TranscriptSourceSetting.Builders3BucketTranscriptSource(Consumer<S3BucketTranscriptSource.Builder> s3BucketTranscriptSource)Indicates the setting of the Amazon S3 bucket where the transcript is stored.TranscriptSourceSetting.Builders3BucketTranscriptSource(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
copy
-
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
-
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:
s3BucketTranscriptSource(S3BucketTranscriptSource)
-
-