Interface FrameRate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FrameRate.Builder,
,FrameRate> SdkBuilder<FrameRate.Builder,
,FrameRate> SdkPojo
- Enclosing class:
FrameRate
@Mutable
@NotThreadSafe
public static interface FrameRate.Builder
extends SdkPojo, CopyableBuilder<FrameRate.Builder,FrameRate>
-
Method Summary
Modifier and TypeMethodDescriptiondenominator
(Integer denominator) The denominator, or bottom number, in the fractional frame rate.The numerator, or top number, in the fractional 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, sdkFieldNameToField, sdkFields
-
Method Details
-
denominator
The denominator, or bottom number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the denominator would be 1001.- Parameters:
denominator
- The denominator, or bottom number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the denominator would be 1001.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numerator
The numerator, or top number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the numerator would be 24000.- Parameters:
numerator
- The numerator, or top number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the numerator would be 24000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-