Class TimecodeBurninSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.TimecodeBurninSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TimecodeBurninSettings.Builder,TimecodeBurninSettings>
@Generated("software.amazon.awssdk:codegen") public final class TimecodeBurninSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimecodeBurninSettings.Builder,TimecodeBurninSettings>
Timecode Burnin Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimecodeBurninSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimecodeBurninSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)TimecodeBurninFontSizefontSize()Choose a timecode burn-in font sizeStringfontSizeAsString()Choose a timecode burn-in font size<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TimecodeBurninPositionposition()Choose a timecode burn-in output positionStringpositionAsString()Choose a timecode burn-in output positionStringprefix()Create a timecode burn-in prefix (optional)Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TimecodeBurninSettings.Builder>serializableBuilderClass()TimecodeBurninSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fontSize
public final TimecodeBurninFontSize fontSize()
Choose a timecode burn-in font sizeIf the service returns an enum value that is not available in the current SDK version,
fontSizewill returnTimecodeBurninFontSize.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfontSizeAsString().- Returns:
- Choose a timecode burn-in font size
- See Also:
TimecodeBurninFontSize
-
fontSizeAsString
public final String fontSizeAsString()
Choose a timecode burn-in font sizeIf the service returns an enum value that is not available in the current SDK version,
fontSizewill returnTimecodeBurninFontSize.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfontSizeAsString().- Returns:
- Choose a timecode burn-in font size
- See Also:
TimecodeBurninFontSize
-
position
public final TimecodeBurninPosition position()
Choose a timecode burn-in output positionIf the service returns an enum value that is not available in the current SDK version,
positionwill returnTimecodeBurninPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompositionAsString().- Returns:
- Choose a timecode burn-in output position
- See Also:
TimecodeBurninPosition
-
positionAsString
public final String positionAsString()
Choose a timecode burn-in output positionIf the service returns an enum value that is not available in the current SDK version,
positionwill returnTimecodeBurninPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompositionAsString().- Returns:
- Choose a timecode burn-in output position
- See Also:
TimecodeBurninPosition
-
prefix
public final String prefix()
Create a timecode burn-in prefix (optional)- Returns:
- Create a timecode burn-in prefix (optional)
-
toBuilder
public TimecodeBurninSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TimecodeBurninSettings.Builder,TimecodeBurninSettings>
-
builder
public static TimecodeBurninSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimecodeBurninSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-