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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
heightHeight 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.
 
- 
widthWidth 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.
 
- 
xThe 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.
 
- 
yThe 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.
 
 
-