| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static TruckWeight.Builder |
TruckWeight.builder() |
TruckWeight.Builder |
TruckWeight.toBuilder() |
TruckWeight.Builder |
TruckWeight.Builder.total(Double total)
The total weight of the truck.
|
TruckWeight.Builder |
TruckWeight.Builder.unit(String unit)
The unit of measurement to use for the truck weight.
|
TruckWeight.Builder |
TruckWeight.Builder.unit(VehicleWeightUnit unit)
The unit of measurement to use for the truck weight.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TruckWeight.Builder> |
TruckWeight.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CalculateRouteTruckModeOptions.Builder |
CalculateRouteTruckModeOptions.Builder.weight(Consumer<TruckWeight.Builder> weight)
Specifies the truck's weight specifications including total weight and unit of measurement.
|
Copyright © 2022. All rights reserved.