Interface Circle.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Circle.Builder,
,Circle> SdkBuilder<Circle.Builder,
,Circle> SdkPojo
- Enclosing class:
Circle
-
Method Summary
Modifier and TypeMethodDescriptionA single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form[longitude, latitude]
.center
(Collection<Double> center) A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form[longitude, latitude]
.The radius of the circle in meters.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 Details
-
center
A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form
[longitude, latitude]
.- Parameters:
center
- A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form[longitude, latitude]
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
center
A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form
[longitude, latitude]
.- Parameters:
center
- A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form[longitude, latitude]
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
radius
The radius of the circle in meters. Must be greater than zero and no larger than 100,000 (100 kilometers).
- Parameters:
radius
- The radius of the circle in meters. Must be greater than zero and no larger than 100,000 (100 kilometers).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-