Uses of Interface
software.amazon.awssdk.services.location.model.TruckWeight.Builder
-
Packages that use TruckWeight.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of TruckWeight.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return TruckWeight.Builder Modifier and Type Method Description static TruckWeight.BuilderTruckWeight. builder()TruckWeight.BuilderTruckWeight. toBuilder()TruckWeight.BuilderTruckWeight.Builder. total(Double total)The total weight of the truck.TruckWeight.BuilderTruckWeight.Builder. unit(String unit)The unit of measurement to use for the truck weight.TruckWeight.BuilderTruckWeight.Builder. unit(VehicleWeightUnit unit)The unit of measurement to use for the truck weight.Methods in software.amazon.awssdk.services.location.model that return types with arguments of type TruckWeight.Builder Modifier and Type Method Description static Class<? extends TruckWeight.Builder>TruckWeight. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type TruckWeight.Builder Modifier and Type Method Description default CalculateRouteTruckModeOptions.BuilderCalculateRouteTruckModeOptions.Builder. weight(Consumer<TruckWeight.Builder> weight)Specifies the truck's weight specifications including total weight and unit of measurement.
-