public static interface Point.Builder extends SdkPojo, CopyableBuilder<Point.Builder,Point>
| Modifier and Type | Method and Description |
|---|---|
Point.Builder |
x(Float x)
The value of the X coordinate for a point on a
Polygon. |
Point.Builder |
y(Float y)
The value of the Y coordinate for a point on a
Polygon. |
copyapplyMutation, buildPoint.Builder x(Float x)
The value of the X coordinate for a point on a Polygon.
x - The value of the X coordinate for a point on a Polygon.Point.Builder y(Float y)
The value of the Y coordinate for a point on a Polygon.
y - The value of the Y coordinate for a point on a Polygon.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.