withWidthInCentimeters abstract method

VehicleSpecificationPrivateBusBuilder withWidthInCentimeters(
  1. int widthInCentimeters
)

Sets the vehicle width in centimeters.

  • widthInCentimeters The vehicle width in centimeters.

Returns VehicleSpecificationPrivateBusBuilder. The VehicleSpecificationPrivateBusBuilder object with the vehicle width set to the new value.

Implementation

VehicleSpecificationPrivateBusBuilder withWidthInCentimeters(int widthInCentimeters);