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
Modifier and TypeMethodDescriptionlastFrameClippingBehavior
(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.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.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, sdkFields
-
Method Details
-
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
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:
-
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.
-