build abstract method

VehicleSpecification build()

Builds the VehicleSpecification object for TransportMode.scooter with the specifications taken from the VehicleSpecificationScooterBuilder object.

Returns VehicleSpecification. The VehicleSpecification object created from the VehicleSpecificationScooterBuilder object.

Implementation

VehicleSpecification build();