withVehicleSpecification abstract method

TransportSpecificationTaxiBuilder withVehicleSpecification(
  1. VehicleSpecification vehicleSpecification
)

Sets the vehicle specification.

  • vehicleSpecification The vehicle specification.

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

Implementation

TransportSpecificationTaxiBuilder withVehicleSpecification(VehicleSpecification vehicleSpecification);