withVehicleSpecification abstract method

TransportSpecificationBusBuilder withVehicleSpecification(
  1. VehicleSpecification vehicleSpecification
)

Sets the vehicle specification.

  • vehicleSpecification The vehicle specification.

Returns TransportSpecificationBusBuilder. The TransportSpecificationBusBuilder object with the vehicle specification set to the new value.

Implementation

TransportSpecificationBusBuilder withVehicleSpecification(VehicleSpecification vehicleSpecification);