public static interface Rectangle.Builder extends CopyableBuilder<Rectangle.Builder,Rectangle>
| Modifier and Type | Method and Description |
|---|---|
Rectangle.Builder |
height(Integer height)
Height of rectangle in pixels.
|
Rectangle.Builder |
width(Integer width)
Width of rectangle in pixels.
|
Rectangle.Builder |
x(Integer x)
The distance, in pixels, between the rectangle and the left edge of the video frame.
|
Rectangle.Builder |
y(Integer y)
The distance, in pixels, between the rectangle and the top edge of the video frame.
|
copyapply, buildRectangle.Builder height(Integer height)
height - Height of rectangle in pixels.Rectangle.Builder width(Integer width)
width - Width of rectangle in pixels.Rectangle.Builder x(Integer x)
x - The distance, in pixels, between the rectangle and the left edge of the video frame.Rectangle.Builder y(Integer y)
y - The distance, in pixels, between the rectangle and the top edge of the video frame.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.