Interface AudioSegment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AudioSegment.Builder,,AudioSegment> SdkBuilder<AudioSegment.Builder,,AudioSegment> SdkPojo
- Enclosing class:
AudioSegment
@Mutable
@NotThreadSafe
public static interface AudioSegment.Builder
extends SdkPojo, CopyableBuilder<AudioSegment.Builder,AudioSegment>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 URI where this specific audio segment is stored in the multimodal storage destination.transcription(String transcription) The text transcription of the audio segment content.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
-
s3Uri
The S3 URI where this specific audio segment is stored in the multimodal storage destination.
- Parameters:
s3Uri- The S3 URI where this specific audio segment is stored in the multimodal storage destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transcription
The text transcription of the audio segment content.
- Parameters:
transcription- The text transcription of the audio segment content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-