Interface RouteMatrixAutoCircle.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteMatrixAutoCircle.Builder,,RouteMatrixAutoCircle> SdkBuilder<RouteMatrixAutoCircle.Builder,,RouteMatrixAutoCircle> SdkPojo
- Enclosing class:
RouteMatrixAutoCircle
-
Method Summary
Modifier and TypeMethodDescriptionThe minimal distance, in meters, between any waypoint and the perimeter of the circle auto-defined for the boundary.The maximum radius, in meters, that the auto-definedCircleboundary should have, before theMargindistance is added to 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
-
margin
The minimal distance, in meters, between any waypoint and the perimeter of the circle auto-defined for the boundary. Some margin is usually recommended so that the routing has enough leeway to travel from one waypoint to another optimally without conflicting with the routing boundary.
The total of
MaxRadiusandMarginmust be less than or equal to 200,000 meters.- Parameters:
margin- The minimal distance, in meters, between any waypoint and the perimeter of the circle auto-defined for the boundary. Some margin is usually recommended so that the routing has enough leeway to travel from one waypoint to another optimally without conflicting with the routing boundary.The total of
MaxRadiusandMarginmust be less than or equal to 200,000 meters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRadius
The maximum radius, in meters, that the auto-defined
Circleboundary should have, before theMargindistance is added to the circle.The total of
MaxRadiusandMarginmust be less than or equal to 200,000 meters.- Parameters:
maxRadius- The maximum radius, in meters, that the auto-definedCircleboundary should have, before theMargindistance is added to the circle.The total of
MaxRadiusandMarginmust be less than or equal to 200,000 meters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-