Interface ListVehiclesResponse.Builder

    • Method Detail

      • vehicleSummaries

        ListVehiclesResponse.Builder vehicleSummaries​(Collection<VehicleSummary> vehicleSummaries)

        A list of vehicles and information about them.

        Parameters:
        vehicleSummaries - A list of vehicles and information about them.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vehicleSummaries

        ListVehiclesResponse.Builder vehicleSummaries​(VehicleSummary... vehicleSummaries)

        A list of vehicles and information about them.

        Parameters:
        vehicleSummaries - A list of vehicles and information about them.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListVehiclesResponse.Builder nextToken​(String nextToken)

        The token to retrieve the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token to retrieve the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.