@Stability(value=Stable) public static final class CfnStreamProcessor.PointProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStreamProcessor.PointProperty>
CfnStreamProcessor.PointProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStreamProcessor.PointProperty |
build()
Builds the configured instance.
|
CfnStreamProcessor.PointProperty.Builder |
x(Number x)
Sets the value of
CfnStreamProcessor.PointProperty.getX() |
CfnStreamProcessor.PointProperty.Builder |
y(Number y)
Sets the value of
CfnStreamProcessor.PointProperty.getY() |
@Stability(value=Stable) public CfnStreamProcessor.PointProperty.Builder x(Number x)
CfnStreamProcessor.PointProperty.getX()x - The value of the X coordinate for a point on a `Polygon` . This parameter is required.this@Stability(value=Stable) public CfnStreamProcessor.PointProperty.Builder y(Number y)
CfnStreamProcessor.PointProperty.getY()y - The value of the Y coordinate for a point on a `Polygon` . This parameter is required.this@Stability(value=Stable) public CfnStreamProcessor.PointProperty build()
build in interface software.amazon.jsii.Builder<CfnStreamProcessor.PointProperty>CfnStreamProcessor.PointPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.