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
Modifier and TypeMethodDescriptionframerateDenominator
(Integer framerateDenominator) Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate.framerateNumerator
(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 Details
-
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
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.
-