Interface StartTimecode.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StartTimecode.Builder,StartTimecode>,SdkBuilder<StartTimecode.Builder,StartTimecode>,SdkPojo
- Enclosing class:
- StartTimecode
public static interface StartTimecode.Builder extends SdkPojo, CopyableBuilder<StartTimecode.Builder,StartTimecode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartTimecode.Buildertimecode(String timecode)The timecode for the frame where you want to start the clip.-
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 Detail
-
timecode
StartTimecode.Builder timecode(String timecode)
The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.- Parameters:
timecode- The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-