public static interface BatchUpdateVehicleRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateVehicleRequest.Builder,BatchUpdateVehicleRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateVehicleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchUpdateVehicleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchUpdateVehicleRequest.Builder |
vehicles(Collection<UpdateVehicleRequestItem> vehicles)
A list of information about the vehicles to update.
|
BatchUpdateVehicleRequest.Builder |
vehicles(Consumer<UpdateVehicleRequestItem.Builder>... vehicles)
A list of information about the vehicles to update.
|
BatchUpdateVehicleRequest.Builder |
vehicles(UpdateVehicleRequestItem... vehicles)
A list of information about the vehicles to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateVehicleRequest.Builder vehicles(Collection<UpdateVehicleRequestItem> vehicles)
A list of information about the vehicles to update. For more information, see the API data type.
vehicles - A list of information about the vehicles to update. For more information, see the API data type.BatchUpdateVehicleRequest.Builder vehicles(UpdateVehicleRequestItem... vehicles)
A list of information about the vehicles to update. For more information, see the API data type.
vehicles - A list of information about the vehicles to update. For more information, see the API data type.BatchUpdateVehicleRequest.Builder vehicles(Consumer<UpdateVehicleRequestItem.Builder>... vehicles)
A list of information about the vehicles to update. For more information, see the API data type.
This is a convenience method that creates an instance of theUpdateVehicleRequestItem.Builder avoiding the need
to create one manually via
UpdateVehicleRequestItem.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
UpdateVehicleRequestItem.Builder#vehicles(java.util.Collection) BatchUpdateVehicleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdateVehicleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.