Interface Container.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Container.Builder,,Container> SdkBuilder<Container.Builder,,Container> SdkPojo
- Enclosing class:
Container
@Mutable
@NotThreadSafe
public static interface Container.Builder
extends SdkPojo, CopyableBuilder<Container.Builder,Container>
-
Method Summary
Modifier and TypeMethodDescriptionThe total duration of your media file, in seconds.The format of your media file.The format of your media file.startTimecode(String startTimecode) The start timecode of the media file, in HH:MM:SS:FF format (or HH:MM:SS;FF for drop frame timecode).tracks(Collection<Track> tracks) Details about each track (video, audio, or data) in the media file.tracks(Consumer<Track.Builder>... tracks) Details about each track (video, audio, or data) in the media file.Details about each track (video, audio, or data) in the media file.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
-
duration
The total duration of your media file, in seconds.- Parameters:
duration- The total duration of your media file, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, AVI, or MPEG-TS. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.- Parameters:
format- The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, AVI, or MPEG-TS. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, AVI, or MPEG-TS. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.- Parameters:
format- The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, AVI, or MPEG-TS. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTimecode
The start timecode of the media file, in HH:MM:SS:FF format (or HH:MM:SS;FF for drop frame timecode). Note that this field is null when the container does not include an embedded start timecode.- Parameters:
startTimecode- The start timecode of the media file, in HH:MM:SS:FF format (or HH:MM:SS;FF for drop frame timecode). Note that this field is null when the container does not include an embedded start timecode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tracks
Details about each track (video, audio, or data) in the media file.- Parameters:
tracks- Details about each track (video, audio, or data) in the media file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tracks
Details about each track (video, audio, or data) in the media file.- Parameters:
tracks- Details about each track (video, audio, or data) in the media file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tracks
Details about each track (video, audio, or data) in the media file. This is a convenience method that creates an instance of theTrack.Builderavoiding the need to create one manually viaTrack.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totracks(List<Track>).- Parameters:
tracks- a consumer that will call methods onTrack.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-