Interface StopTimecode.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StopTimecode.Builder,StopTimecode>,SdkBuilder<StopTimecode.Builder,StopTimecode>,SdkPojo
- Enclosing class:
- StopTimecode
public static interface StopTimecode.Builder extends SdkPojo, CopyableBuilder<StopTimecode.Builder,StopTimecode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopTimecode.BuilderlastFrameClippingBehavior(String lastFrameClippingBehavior)If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.StopTimecode.BuilderlastFrameClippingBehavior(LastFrameClippingBehavior lastFrameClippingBehavior)If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.StopTimecode.Buildertimecode(String timecode)The timecode for the frame where you want to stop 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
-
lastFrameClippingBehavior
StopTimecode.Builder lastFrameClippingBehavior(String lastFrameClippingBehavior)
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.- Parameters:
lastFrameClippingBehavior- If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LastFrameClippingBehavior,LastFrameClippingBehavior
-
lastFrameClippingBehavior
StopTimecode.Builder lastFrameClippingBehavior(LastFrameClippingBehavior lastFrameClippingBehavior)
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.- Parameters:
lastFrameClippingBehavior- If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LastFrameClippingBehavior,LastFrameClippingBehavior
-
timecode
StopTimecode.Builder timecode(String timecode)
The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of 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 stop the clip. Optional; if not specified, the clip continues to the end of 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.
-
-