@Stability(value=Stable) public static final class CfnStreamProcessor.BoundingBoxProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStreamProcessor.BoundingBoxProperty>
CfnStreamProcessor.BoundingBoxProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStreamProcessor.BoundingBoxProperty |
build()
Builds the configured instance.
|
CfnStreamProcessor.BoundingBoxProperty.Builder |
height(Number height)
Sets the value of
CfnStreamProcessor.BoundingBoxProperty.getHeight() |
CfnStreamProcessor.BoundingBoxProperty.Builder |
left(Number left)
Sets the value of
CfnStreamProcessor.BoundingBoxProperty.getLeft() |
CfnStreamProcessor.BoundingBoxProperty.Builder |
top(Number top)
Sets the value of
CfnStreamProcessor.BoundingBoxProperty.getTop() |
CfnStreamProcessor.BoundingBoxProperty.Builder |
width(Number width)
Sets the value of
CfnStreamProcessor.BoundingBoxProperty.getWidth() |
@Stability(value=Stable) public CfnStreamProcessor.BoundingBoxProperty.Builder height(Number height)
CfnStreamProcessor.BoundingBoxProperty.getHeight()height - Height of the bounding box as a ratio of the overall image height. This parameter is required.this@Stability(value=Stable) public CfnStreamProcessor.BoundingBoxProperty.Builder left(Number left)
CfnStreamProcessor.BoundingBoxProperty.getLeft()left - Left coordinate of the bounding box as a ratio of overall image width. This parameter is required.this@Stability(value=Stable) public CfnStreamProcessor.BoundingBoxProperty.Builder top(Number top)
CfnStreamProcessor.BoundingBoxProperty.getTop()top - Top coordinate of the bounding box as a ratio of overall image height. This parameter is required.this@Stability(value=Stable) public CfnStreamProcessor.BoundingBoxProperty.Builder width(Number width)
CfnStreamProcessor.BoundingBoxProperty.getWidth()width - Width of the bounding box as a ratio of the overall image width. This parameter is required.this@Stability(value=Stable) public CfnStreamProcessor.BoundingBoxProperty build()
build in interface software.amazon.jsii.Builder<CfnStreamProcessor.BoundingBoxProperty>CfnStreamProcessor.BoundingBoxPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.