Interface Rectangle.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Rectangle.Builder,
,Rectangle> SdkBuilder<Rectangle.Builder,
,Rectangle> SdkPojo
- Enclosing class:
Rectangle
@Mutable
@NotThreadSafe
public static interface Rectangle.Builder
extends SdkPojo, CopyableBuilder<Rectangle.Builder,Rectangle>
-
Method Summary
Modifier and TypeMethodDescriptionHeight of rectangle in pixels.Width of rectangle in pixels.The distance, in pixels, between the rectangle and the left edge of the video frame.The distance, in pixels, between the rectangle and the top edge of the video frame.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
-
height
Height of rectangle in pixels. Specify only even numbers.- Parameters:
height
- Height of rectangle in pixels. Specify only even numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
width
Width of rectangle in pixels. Specify only even numbers.- Parameters:
width
- Width of rectangle in pixels. Specify only even numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
x
The distance, in pixels, between the rectangle and the left edge of the video frame. Specify only even numbers.- Parameters:
x
- The distance, in pixels, between the rectangle and the left edge of the video frame. Specify only even numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
y
The distance, in pixels, between the rectangle and the top edge of the video frame. Specify only even numbers.- Parameters:
y
- The distance, in pixels, between the rectangle and the top edge of the video frame. Specify only even numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-