Interface UpdateVehicleError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UpdateVehicleError.Builder,UpdateVehicleError>, SdkBuilder<UpdateVehicleError.Builder,UpdateVehicleError>, SdkPojo
Enclosing class:
UpdateVehicleError

public static interface UpdateVehicleError.Builder extends SdkPojo, CopyableBuilder<UpdateVehicleError.Builder,UpdateVehicleError>
  • Method Details

    • vehicleName

      UpdateVehicleError.Builder vehicleName(String vehicleName)

      The ID of the vehicle with the error.

      Parameters:
      vehicleName - The ID of the vehicle with the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The relevant HTTP error code (400+).

      Parameters:
      code - The relevant HTTP error code (400+).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A message associated with the error.

      Parameters:
      message - A message associated with the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.