Interface Geometry.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Geometry.Builder,,- Geometry> - SdkBuilder<Geometry.Builder,,- Geometry> - SdkPojo
- Enclosing class:
- Geometry
@Mutable
@NotThreadSafe
public static interface Geometry.Builder
extends SdkPojo, CopyableBuilder<Geometry.Builder,Geometry> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
coordinatesGeometry.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.
 
- 
coordinatesThe 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.
 
- 
typeGeoJson 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.
 
 
-