Interface Geometry.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Geometry.Builder,,Geometry> SdkBuilder<Geometry.Builder,,Geometry> SdkPojo
- Enclosing class:
 Geometry
public static interface Geometry.Builder
extends SdkPojo, CopyableBuilder<Geometry.Builder,Geometry> 
- 
Method Summary
Modifier and TypeMethodDescriptioncoordinates(Collection<? extends Collection<? extends Collection<Double>>> coordinates) The coordinates of the GeoJson Geometry.coordinates(Collection<? extends Collection<Double>>... coordinates) The coordinates of the GeoJson Geometry.GeoJson Geometry types like Polygon and MultiPolygon.Methods 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
- 
coordinates
Geometry.Builder coordinates(Collection<? extends Collection<? extends Collection<Double>>> coordinates) The coordinates of the GeoJson Geometry.
- Parameters:
 coordinates- The coordinates of the GeoJson Geometry.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
coordinates
The coordinates of the GeoJson Geometry.
- Parameters:
 coordinates- The coordinates of the GeoJson Geometry.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
GeoJson Geometry types like Polygon and MultiPolygon.
- Parameters:
 type- GeoJson Geometry types like Polygon and MultiPolygon.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -