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