Uses of Interface
software.amazon.awssdk.services.georoutes.model.Corridor.Builder
-
Packages that use Corridor.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of Corridor.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return Corridor.Builder Modifier and Type Method Description static Corridor.BuilderCorridor. builder()Corridor.BuilderCorridor.Builder. lineString(Collection<? extends Collection<Double>> lineString)An ordered list of positions used to plot a route on a map.Corridor.BuilderCorridor.Builder. lineString(Collection<Double>... lineString)An ordered list of positions used to plot a route on a map.Corridor.BuilderCorridor.Builder. radius(Integer radius)Radius that defines the width of the corridor.Corridor.BuilderCorridor. toBuilder()Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type Corridor.Builder Modifier and Type Method Description static Class<? extends Corridor.Builder>Corridor. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type Corridor.Builder Modifier and Type Method Description default IsolineAvoidanceAreaGeometry.BuilderIsolineAvoidanceAreaGeometry.Builder. corridor(Consumer<Corridor.Builder> corridor)Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.default RouteAvoidanceAreaGeometry.BuilderRouteAvoidanceAreaGeometry.Builder. corridor(Consumer<Corridor.Builder> corridor)Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.
-