withVehicleSpecification abstract method

TransportSpecificationScooterBuilder withVehicleSpecification(
  1. VehicleSpecification vehicleSpecification
)

Sets the vehicle specification.

  • vehicleSpecification The vehicle specification.

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

Implementation

TransportSpecificationScooterBuilder withVehicleSpecification(VehicleSpecification vehicleSpecification);