withLengthInCentimeters abstract method

VehicleSpecificationPrivateBusBuilder withLengthInCentimeters(
  1. int lengthInCentimeters
)

Sets the vehicle length in centimeters.

  • lengthInCentimeters The vehicle length in centimeters.

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

Implementation

VehicleSpecificationPrivateBusBuilder withLengthInCentimeters(int lengthInCentimeters);