Interface AudioSourceDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AudioSourceDetails.Builder,
,AudioSourceDetails> SdkBuilder<AudioSourceDetails.Builder,
,AudioSourceDetails> SdkPojo
- Enclosing class:
AudioSourceDetails
@Mutable
@NotThreadSafe
public static interface AudioSourceDetails.Builder
extends SdkPojo, CopyableBuilder<AudioSourceDetails.Builder,AudioSourceDetails>
-
Method Summary
Modifier and TypeMethodDescriptionaudioExtractionType
(String audioExtractionType) The type of audio extraction performed on the content.audioExtractionType
(AudioExtractionType audioExtractionType) The type of audio extraction performed on the content.endTimeMilliseconds
(Long endTimeMilliseconds) The ending timestamp in milliseconds for the relevant audio segment.Unique identifier for the audio media file.mediaMimeType
(String mediaMimeType) The MIME type of the audio file (e.g., audio/mp3, audio/wav).startTimeMilliseconds
(Long startTimeMilliseconds) The starting timestamp in milliseconds for the relevant audio segment.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, sdkFieldNameToField, sdkFields
-
Method Details
-
mediaId
Unique identifier for the audio media file.
- Parameters:
mediaId
- Unique identifier for the audio media file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaMimeType
The MIME type of the audio file (e.g., audio/mp3, audio/wav).
- Parameters:
mediaMimeType
- The MIME type of the audio file (e.g., audio/mp3, audio/wav).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTimeMilliseconds
The starting timestamp in milliseconds for the relevant audio segment.
- Parameters:
startTimeMilliseconds
- The starting timestamp in milliseconds for the relevant audio segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTimeMilliseconds
The ending timestamp in milliseconds for the relevant audio segment.
- Parameters:
endTimeMilliseconds
- The ending timestamp in milliseconds for the relevant audio segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioExtractionType
The type of audio extraction performed on the content.
- Parameters:
audioExtractionType
- The type of audio extraction performed on the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
audioExtractionType
The type of audio extraction performed on the content.
- Parameters:
audioExtractionType
- The type of audio extraction performed on the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-