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 TypeMethodDescriptionThe height component of the aspect ratio (for example, 9 in a 16:9 ratio).The width component of the aspect ratio (for example, 16 in a 16:9 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
-
width
The width component of the aspect ratio (for example, 16 in a 16:9 ratio).
- Parameters:
width- The width component of the aspect ratio (for example, 16 in a 16:9 ratio).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
height
The height component of the aspect ratio (for example, 9 in a 16:9 ratio).
- Parameters:
height- The height component of the aspect ratio (for example, 9 in a 16:9 ratio).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-