Interface SrtDestinationSettings.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SrtDestinationSettings.Builder,SrtDestinationSettings>
,SdkBuilder<SrtDestinationSettings.Builder,SrtDestinationSettings>
,SdkPojo
- Enclosing class:
- SrtDestinationSettings
public static interface SrtDestinationSettings.Builder extends SdkPojo, CopyableBuilder<SrtDestinationSettings.Builder,SrtDestinationSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SrtDestinationSettings.Builder
stylePassthrough(String stylePassthrough)
Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions.SrtDestinationSettings.Builder
stylePassthrough(SrtStylePassthrough stylePassthrough)
Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions.-
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
-
stylePassthrough
SrtDestinationSettings.Builder stylePassthrough(String stylePassthrough)
Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.- Parameters:
stylePassthrough
- Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SrtStylePassthrough
,SrtStylePassthrough
-
stylePassthrough
SrtDestinationSettings.Builder stylePassthrough(SrtStylePassthrough stylePassthrough)
Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.- Parameters:
stylePassthrough
- Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SrtStylePassthrough
,SrtStylePassthrough
-
-