Class BoundingPolygon.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservicedataplane.model.BoundingPolygon.Builder
-
- Enclosing class:
- BoundingPolygon
public static class BoundingPolygon.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundingPolygon
build()
BoundingPolygon.Builder
copy(BoundingPolygon model)
BoundingPolygon.Builder
normalizedVertices(List<NormalizedVertex> normalizedVertices)
The normalized vertices that make up the polygon.
-
-
-
Method Detail
-
normalizedVertices
public BoundingPolygon.Builder normalizedVertices(List<NormalizedVertex> normalizedVertices)
The normalized vertices that make up the polygon.They are in the order of the segments they connect.
- Parameters:
normalizedVertices
- the value to set- Returns:
- this builder
-
build
public BoundingPolygon build()
-
copy
public BoundingPolygon.Builder copy(BoundingPolygon model)
-
-