Interface Point.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Point.Builder,,Point> SdkBuilder<Point.Builder,,Point> SdkPojo
- Enclosing class:
 Point
- 
Method Summary
Modifier and TypeMethodDescriptionThe value of the X coordinate for a point on a polygonThe value of the Y coordinate for a point on a polygonMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
x
The value of the X coordinate for a point on a polygon
- Parameters:
 x- The value of the X coordinate for a point on a polygon- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
y
The value of the Y coordinate for a point on a polygon
- Parameters:
 y- The value of the Y coordinate for a point on a polygon- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -