Interface RouteTaxiTransportModeDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteTaxiTransportModeDetails.Builder,,RouteTaxiTransportModeDetails> SdkBuilder<RouteTaxiTransportModeDetails.Builder,,RouteTaxiTransportModeDetails> SdkPojo
- Enclosing class:
RouteTaxiTransportModeDetails
@Mutable
@NotThreadSafe
public static interface RouteTaxiTransportModeDetails.Builder
extends SdkPojo, CopyableBuilder<RouteTaxiTransportModeDetails.Builder,RouteTaxiTransportModeDetails>
-
Method Summary
Modifier and TypeMethodDescriptionavailableSeats(Integer availableSeats) Number of available seats in the vehicle.Human readable transport category.Color of the transport polyline and background for the transport name.Vehicle engine type.engine(RouteEngineType engine) Vehicle engine type.licensePlate(String licensePlate) Vehicle license plate number.Mode of the taxi transport.mode(RouteTaxiMode mode) Mode of the taxi transport.Vehicle model.Vehicle name or mobility provider name.Color of the transport name text.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
availableSeats
Number of available seats in the vehicle.
- Parameters:
availableSeats- Number of available seats in the vehicle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
Human readable transport category.
- Parameters:
category- Human readable transport category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
color
Color of the transport polyline and background for the transport name.
- Parameters:
color- Color of the transport polyline and background for the transport name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engine
Vehicle engine type.
- Parameters:
engine- Vehicle engine type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
engine
Vehicle engine type.
- Parameters:
engine- Vehicle engine type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
licensePlate
Vehicle license plate number.
- Parameters:
licensePlate- Vehicle license plate number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
Mode of the taxi transport.
- Parameters:
mode- Mode of the taxi transport.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
Mode of the taxi transport.
- Parameters:
mode- Mode of the taxi transport.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
model
Vehicle model.
- Parameters:
model- Vehicle model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Vehicle name or mobility provider name.
- Parameters:
name- Vehicle name or mobility provider name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textColor
Color of the transport name text.
- Parameters:
textColor- Color of the transport name text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-