Interface PolygonGeometryInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PolygonGeometryInput.Builder,PolygonGeometryInput>,SdkBuilder<PolygonGeometryInput.Builder,PolygonGeometryInput>,SdkPojo
- Enclosing class:
- PolygonGeometryInput
public static interface PolygonGeometryInput.Builder extends SdkPojo, CopyableBuilder<PolygonGeometryInput.Builder,PolygonGeometryInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolygonGeometryInput.Buildercoordinates(Collection<? extends Collection<? extends Collection<Double>>> coordinates)Coordinates representing a Polygon based on the GeoJson spec.PolygonGeometryInput.Buildercoordinates(Collection<? extends Collection<Double>>... coordinates)Coordinates representing a Polygon based on the GeoJson spec.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
coordinates
PolygonGeometryInput.Builder coordinates(Collection<? extends Collection<? extends Collection<Double>>> coordinates)
Coordinates representing a Polygon based on the GeoJson spec.
- Parameters:
coordinates- Coordinates representing a Polygon based on the GeoJson spec.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
coordinates
PolygonGeometryInput.Builder coordinates(Collection<? extends Collection<Double>>... coordinates)
Coordinates representing a Polygon based on the GeoJson spec.
- Parameters:
coordinates- Coordinates representing a Polygon based on the GeoJson spec.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-