Interface CaptionSourceFramerate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CaptionSourceFramerate.Builder,CaptionSourceFramerate>,SdkBuilder<CaptionSourceFramerate.Builder,CaptionSourceFramerate>,SdkPojo
- Enclosing class:
- CaptionSourceFramerate
public static interface CaptionSourceFramerate.Builder extends SdkPojo, CopyableBuilder<CaptionSourceFramerate.Builder,CaptionSourceFramerate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CaptionSourceFramerate.BuilderframerateDenominator(Integer framerateDenominator)Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate.CaptionSourceFramerate.BuilderframerateNumerator(Integer framerateNumerator)Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate.-
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
-
framerateDenominator
CaptionSourceFramerate.Builder framerateDenominator(Integer framerateDenominator)
Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate numerator.- Parameters:
framerateDenominator- Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate numerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
framerateNumerator
CaptionSourceFramerate.Builder framerateNumerator(Integer framerateNumerator)
Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate denominator.- Parameters:
framerateNumerator- Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate denominator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-