Interface WaypointOptimizationAvoidanceAreaGeometry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WaypointOptimizationAvoidanceAreaGeometry.Builder,WaypointOptimizationAvoidanceAreaGeometry>,SdkBuilder<WaypointOptimizationAvoidanceAreaGeometry.Builder,WaypointOptimizationAvoidanceAreaGeometry>,SdkPojo
- Enclosing class:
- WaypointOptimizationAvoidanceAreaGeometry
public static interface WaypointOptimizationAvoidanceAreaGeometry.Builder extends SdkPojo, CopyableBuilder<WaypointOptimizationAvoidanceAreaGeometry.Builder,WaypointOptimizationAvoidanceAreaGeometry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WaypointOptimizationAvoidanceAreaGeometry.BuilderboundingBox(Double... boundingBox)Geometry defined as a bounding box.WaypointOptimizationAvoidanceAreaGeometry.BuilderboundingBox(Collection<Double> boundingBox)Geometry defined as a bounding box.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
boundingBox
WaypointOptimizationAvoidanceAreaGeometry.Builder boundingBox(Collection<Double> 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
WaypointOptimizationAvoidanceAreaGeometry.Builder boundingBox(Double... 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.
-
-