withVehicleSpecification abstract method

TransportSpecificationPrivateBusBuilder withVehicleSpecification(
  1. VehicleSpecification vehicleSpecification
)

Sets the vehicle specification.

  • vehicleSpecification The vehicle specification.

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

Implementation

TransportSpecificationPrivateBusBuilder withVehicleSpecification(VehicleSpecification vehicleSpecification);