Interface Circle.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Circle.Builder,,Circle> SdkBuilder<Circle.Builder,,Circle> SdkPojo
- Enclosing class:
Circle
@Mutable
@NotThreadSafe
public static interface Circle.Builder
extends SdkPojo, CopyableBuilder<Circle.Builder,Circle>
-
Method Summary
Modifier and TypeMethodDescriptionCenter of the Circle defined in longitude and latitude coordinates.center(Collection<Double> center) Center of the Circle defined in longitude and latitude coordinates.Radius of the Circle.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, sdkFieldNameToField, sdkFields
-
Method Details
-
center
Center of the Circle defined in longitude and latitude coordinates.
Example:
[-123.1174, 49.2847]represents the position with longitude-123.1174and latitude49.2847.- Parameters:
center- Center of the Circle defined in longitude and latitude coordinates.Example:
[-123.1174, 49.2847]represents the position with longitude-123.1174and latitude49.2847.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
center
Center of the Circle defined in longitude and latitude coordinates.
Example:
[-123.1174, 49.2847]represents the position with longitude-123.1174and latitude49.2847.- Parameters:
center- Center of the Circle defined in longitude and latitude coordinates.Example:
[-123.1174, 49.2847]represents the position with longitude-123.1174and latitude49.2847.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
radius
Radius of the Circle.
Unit:
meters- Parameters:
radius- Radius of the Circle.Unit:
meters- Returns:
- Returns a reference to this object so that method calls can be chained together.
-