Interface WaypointOptimizationAvoidanceAreaGeometry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WaypointOptimizationAvoidanceAreaGeometry.Builder,,WaypointOptimizationAvoidanceAreaGeometry> SdkBuilder<WaypointOptimizationAvoidanceAreaGeometry.Builder,,WaypointOptimizationAvoidanceAreaGeometry> SdkPojo
- Enclosing class:
WaypointOptimizationAvoidanceAreaGeometry
@Mutable
@NotThreadSafe
public static interface WaypointOptimizationAvoidanceAreaGeometry.Builder
extends SdkPojo, CopyableBuilder<WaypointOptimizationAvoidanceAreaGeometry.Builder,WaypointOptimizationAvoidanceAreaGeometry>
-
Method Summary
Modifier and TypeMethodDescriptionboundingBox(Double... boundingBox) Geometry defined as a bounding box.boundingBox(Collection<Double> boundingBox) Geometry defined as a bounding box.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
-
boundingBox
Geometry defined as a bounding box. The first pair represents the X and Y coordinates (longitude and latitude,) of the southwest corner of the bounding box; the second pair represents the X and Y coordinates (longitude and latitude) of the northeast corner.
- Parameters:
boundingBox- Geometry defined as a bounding box. The first pair represents the X and Y coordinates (longitude and latitude,) of the southwest corner of the bounding box; the second pair represents the X and Y coordinates (longitude and latitude) of the northeast corner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
boundingBox
Geometry defined as a bounding box. The first pair represents the X and Y coordinates (longitude and latitude,) of the southwest corner of the bounding box; the second pair represents the X and Y coordinates (longitude and latitude) of the northeast corner.
- Parameters:
boundingBox- Geometry defined as a bounding box. The first pair represents the X and Y coordinates (longitude and latitude,) of the southwest corner of the bounding box; the second pair represents the X and Y coordinates (longitude and latitude) of the northeast corner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-