Interface AspectRatio.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AspectRatio.Builder,,AspectRatio> SdkBuilder<AspectRatio.Builder,,AspectRatio> SdkPojo
- Enclosing class:
AspectRatio
@Mutable
@NotThreadSafe
public static interface AspectRatio.Builder
extends SdkPojo, CopyableBuilder<AspectRatio.Builder,AspectRatio>
-
Method Summary
Modifier and TypeMethodDescriptiondenominator(Integer denominator) The denominator, or bottom number, in the fractional aspect ratio.The numerator, or top number, in the fractional aspect ratio.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
denominator
The denominator, or bottom number, in the fractional aspect ratio. For example, for a display aspect ratio of 16 / 9, the denominator would be 9.- Parameters:
denominator- The denominator, or bottom number, in the fractional aspect ratio. For example, for a display aspect ratio of 16 / 9, the denominator would be 9.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numerator
The numerator, or top number, in the fractional aspect ratio. For example, for a display aspect ratio of 16 / 9, the numerator would be 16.- Parameters:
numerator- The numerator, or top number, in the fractional aspect ratio. For example, for a display aspect ratio of 16 / 9, the numerator would be 16.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-