public static interface BatchUpdateVehicleResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdateVehicleResponse.Builder,BatchUpdateVehicleResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateVehicleResponse.Builder |
errors(Collection<UpdateVehicleError> errors)
A list of information about errors returned while updating a batch of vehicles, or, if there aren't any
errors, an empty list.
|
BatchUpdateVehicleResponse.Builder |
errors(Consumer<UpdateVehicleError.Builder>... errors)
A list of information about errors returned while updating a batch of vehicles, or, if there aren't any
errors, an empty list.
|
BatchUpdateVehicleResponse.Builder |
errors(UpdateVehicleError... errors)
A list of information about errors returned while updating a batch of vehicles, or, if there aren't any
errors, an empty list.
|
BatchUpdateVehicleResponse.Builder |
vehicles(Collection<UpdateVehicleResponseItem> vehicles)
A list of information about the batch of updated vehicles.
|
BatchUpdateVehicleResponse.Builder |
vehicles(Consumer<UpdateVehicleResponseItem.Builder>... vehicles)
A list of information about the batch of updated vehicles.
|
BatchUpdateVehicleResponse.Builder |
vehicles(UpdateVehicleResponseItem... vehicles)
A list of information about the batch of updated vehicles.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateVehicleResponse.Builder vehicles(Collection<UpdateVehicleResponseItem> vehicles)
A list of information about the batch of updated vehicles.
This list contains only unique IDs for the vehicles that were updated.
vehicles - A list of information about the batch of updated vehicles. This list contains only unique IDs for the vehicles that were updated.
BatchUpdateVehicleResponse.Builder vehicles(UpdateVehicleResponseItem... vehicles)
A list of information about the batch of updated vehicles.
This list contains only unique IDs for the vehicles that were updated.
vehicles - A list of information about the batch of updated vehicles. This list contains only unique IDs for the vehicles that were updated.
BatchUpdateVehicleResponse.Builder vehicles(Consumer<UpdateVehicleResponseItem.Builder>... vehicles)
A list of information about the batch of updated vehicles.
This list contains only unique IDs for the vehicles that were updated.
UpdateVehicleResponseItem.Builder avoiding the
need to create one manually via
UpdateVehicleResponseItem.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #vehicles(List.
vehicles - a consumer that will call methods on
UpdateVehicleResponseItem.Builder#vehicles(java.util.Collection) BatchUpdateVehicleResponse.Builder errors(Collection<UpdateVehicleError> errors)
A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.
errors - A list of information about errors returned while updating a batch of vehicles, or, if there aren't
any errors, an empty list.BatchUpdateVehicleResponse.Builder errors(UpdateVehicleError... errors)
A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.
errors - A list of information about errors returned while updating a batch of vehicles, or, if there aren't
any errors, an empty list.BatchUpdateVehicleResponse.Builder errors(Consumer<UpdateVehicleError.Builder>... errors)
A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.
This is a convenience method that creates an instance of theUpdateVehicleError.Builder avoiding the need to
create one manually via
UpdateVehicleError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
UpdateVehicleError.Builder#errors(java.util.Collection) Copyright © 2022. All rights reserved.