Interface Point.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Point.Builder,Point>, SdkBuilder<Point.Builder,Point>, SdkPojo
Enclosing class:
Point

public static interface Point.Builder extends SdkPojo, CopyableBuilder<Point.Builder,Point>
  • 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.