Interface VideoOverlayInputClipping.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<VideoOverlayInputClipping.Builder,VideoOverlayInputClipping>
,SdkBuilder<VideoOverlayInputClipping.Builder,VideoOverlayInputClipping>
,SdkPojo
- Enclosing class:
- VideoOverlayInputClipping
public static interface VideoOverlayInputClipping.Builder extends SdkPojo, CopyableBuilder<VideoOverlayInputClipping.Builder,VideoOverlayInputClipping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoOverlayInputClipping.Builder
endTimecode(String endTimecode)
Specify the timecode of the last frame to include in your video overlay's clip.VideoOverlayInputClipping.Builder
startTimecode(String startTimecode)
Specify the timecode of the first frame to include in your video overlay's 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
-
endTimecode
VideoOverlayInputClipping.Builder endTimecode(String endTimecode)
Specify the timecode of the last frame to include in your video overlay's clip. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.- Parameters:
endTimecode
- Specify the timecode of the last frame to include in your video overlay's clip. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTimecode
VideoOverlayInputClipping.Builder startTimecode(String startTimecode)
Specify the timecode of the first frame to include in your video overlay's clip. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.- Parameters:
startTimecode
- Specify the timecode of the first frame to include in your video overlay's clip. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-