Interface TrackMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrackMapping.Builder,
,TrackMapping> SdkBuilder<TrackMapping.Builder,
,TrackMapping> SdkPojo
- Enclosing class:
TrackMapping
@Mutable
@NotThreadSafe
public static interface TrackMapping.Builder
extends SdkPojo, CopyableBuilder<TrackMapping.Builder,TrackMapping>
-
Method Summary
Modifier and TypeMethodDescriptionaudioTrackIndexes
(Integer... audioTrackIndexes) The index numbers of the audio tracks in your media file.audioTrackIndexes
(Collection<Integer> audioTrackIndexes) The index numbers of the audio tracks in your media file.dataTrackIndexes
(Integer... dataTrackIndexes) The index numbers of the data tracks in your media file.dataTrackIndexes
(Collection<Integer> dataTrackIndexes) The index numbers of the data tracks in your media file.videoTrackIndexes
(Integer... videoTrackIndexes) The index numbers of the video tracks in your media file.videoTrackIndexes
(Collection<Integer> videoTrackIndexes) The index numbers of the video tracks in your media file.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
-
audioTrackIndexes
The index numbers of the audio tracks in your media file.- Parameters:
audioTrackIndexes
- The index numbers of the audio tracks in your media file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioTrackIndexes
The index numbers of the audio tracks in your media file.- Parameters:
audioTrackIndexes
- The index numbers of the audio tracks in your media file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataTrackIndexes
The index numbers of the data tracks in your media file.- Parameters:
dataTrackIndexes
- The index numbers of the data tracks in your media file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataTrackIndexes
The index numbers of the data tracks in your media file.- Parameters:
dataTrackIndexes
- The index numbers of the data tracks in your media file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
videoTrackIndexes
The index numbers of the video tracks in your media file.- Parameters:
videoTrackIndexes
- The index numbers of the video tracks in your media file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
videoTrackIndexes
The index numbers of the video tracks in your media file.- Parameters:
videoTrackIndexes
- The index numbers of the video tracks in your media file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-