withEngineSizeInCubicCentimeters abstract method
- int engineSizeInCubicCentimeters
Sets the vehicle engine size in cubic centimeters.
engineSizeInCubicCentimetersThe vehicle engine size in cubic centimeters.
Returns VehicleSpecificationPrivateBusBuilder. The VehicleSpecificationPrivateBusBuilder object with the engine size set to the new value.
Implementation
VehicleSpecificationPrivateBusBuilder withEngineSizeInCubicCentimeters(int engineSizeInCubicCentimeters);