Interface TimecodeBurnin.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimecodeBurnin.Builder,TimecodeBurnin>,SdkBuilder<TimecodeBurnin.Builder,TimecodeBurnin>,SdkPojo
- Enclosing class:
- TimecodeBurnin
public static interface TimecodeBurnin.Builder extends SdkPojo, CopyableBuilder<TimecodeBurnin.Builder,TimecodeBurnin>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimecodeBurnin.BuilderfontSize(Integer fontSize)Use Font size to set the font size of any burned-in timecode.TimecodeBurnin.Builderposition(String position)Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.TimecodeBurnin.Builderposition(TimecodeBurninPosition position)Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.TimecodeBurnin.Builderprefix(String prefix)Use Prefix to place ASCII characters before any burned-in timecode.-
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 Detail
-
fontSize
TimecodeBurnin.Builder fontSize(Integer fontSize)
Use Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.- Parameters:
fontSize- Use Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
TimecodeBurnin.Builder position(String position)
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.- Parameters:
position- Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TimecodeBurninPosition,TimecodeBurninPosition
-
position
TimecodeBurnin.Builder position(TimecodeBurninPosition position)
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.- Parameters:
position- Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TimecodeBurninPosition,TimecodeBurninPosition
-
prefix
TimecodeBurnin.Builder prefix(String prefix)
Use Prefix to place ASCII characters before any burned-in timecode. For example, a prefix of "EZ-" will result in the timecode "EZ-00:00:00:00". Provide either the characters themselves or the ASCII code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers, and all special characters represented on a standard English keyboard.- Parameters:
prefix- Use Prefix to place ASCII characters before any burned-in timecode. For example, a prefix of "EZ-" will result in the timecode "EZ-00:00:00:00". Provide either the characters themselves or the ASCII code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers, and all special characters represented on a standard English keyboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-