withScooterSpecification abstract method

TransportSpecificationScooterBuilder withScooterSpecification(
  1. ScooterSpecification scooterSpecification
)

Sets the scooter specification.

  • scooterSpecification The scooter specification.

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

Implementation

TransportSpecificationScooterBuilder withScooterSpecification(ScooterSpecification scooterSpecification);