Uses of Interface
software.amazon.awssdk.services.georoutes.model.WeightPerAxleGroup.Builder
-
Packages that use WeightPerAxleGroup.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of WeightPerAxleGroup.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return WeightPerAxleGroup.Builder Modifier and Type Method Description static WeightPerAxleGroup.BuilderWeightPerAxleGroup. builder()WeightPerAxleGroup.BuilderWeightPerAxleGroup.Builder. quad(Long quad)Weight for quad axle group.WeightPerAxleGroup.BuilderWeightPerAxleGroup.Builder. quint(Long quint)Weight for quad quint group.WeightPerAxleGroup.BuilderWeightPerAxleGroup.Builder. single(Long single)Weight for single axle group.WeightPerAxleGroup.BuilderWeightPerAxleGroup.Builder. tandem(Long tandem)Weight for tandem axle group.WeightPerAxleGroup.BuilderWeightPerAxleGroup. toBuilder()WeightPerAxleGroup.BuilderWeightPerAxleGroup.Builder. triple(Long triple)Weight for triple axle group.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type WeightPerAxleGroup.Builder Modifier and Type Method Description static Class<? extends WeightPerAxleGroup.Builder>WeightPerAxleGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type WeightPerAxleGroup.Builder Modifier and Type Method Description default RouteViolatedConstraints.BuilderRouteViolatedConstraints.Builder. maxWeightPerAxleGroup(Consumer<WeightPerAxleGroup.Builder> maxWeightPerAxleGroup)The maximum weight per axle group of the vehicle.default IsolineTruckOptions.BuilderIsolineTruckOptions.Builder. weightPerAxleGroup(Consumer<WeightPerAxleGroup.Builder> weightPerAxleGroup)Specifies the total weight for the specified axle group.default RouteMatrixTruckOptions.BuilderRouteMatrixTruckOptions.Builder. weightPerAxleGroup(Consumer<WeightPerAxleGroup.Builder> weightPerAxleGroup)Specifies the total weight for the specified axle group.default RouteTruckOptions.BuilderRouteTruckOptions.Builder. weightPerAxleGroup(Consumer<WeightPerAxleGroup.Builder> weightPerAxleGroup)Specifies the total weight for the specified axle group.
-