Interface BatchUpdateVehicleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchUpdateVehicleRequest.Builder,BatchUpdateVehicleRequest>,IoTFleetWiseRequest.Builder,SdkBuilder<BatchUpdateVehicleRequest.Builder,BatchUpdateVehicleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchUpdateVehicleRequest
public static interface BatchUpdateVehicleRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateVehicleRequest.Builder,BatchUpdateVehicleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateVehicleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchUpdateVehicleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchUpdateVehicleRequest.Buildervehicles(Collection<UpdateVehicleRequestItem> vehicles)A list of information about the vehicles to update.BatchUpdateVehicleRequest.Buildervehicles(Consumer<UpdateVehicleRequestItem.Builder>... vehicles)A list of information about the vehicles to update.BatchUpdateVehicleRequest.Buildervehicles(UpdateVehicleRequestItem... vehicles)A list of information about the vehicles to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
vehicles
BatchUpdateVehicleRequest.Builder vehicles(Collection<UpdateVehicleRequestItem> vehicles)
A list of information about the vehicles to update. For more information, see the API data type.
- Parameters:
vehicles- A list of information about the vehicles to update. For more information, see the API data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vehicles
BatchUpdateVehicleRequest.Builder vehicles(UpdateVehicleRequestItem... vehicles)
A list of information about the vehicles to update. For more information, see the API data type.
- Parameters:
vehicles- A list of information about the vehicles to update. For more information, see the API data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vehicles
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.Builderavoiding the need to create one manually viaUpdateVehicleRequestItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vehicles(List.) - Parameters:
vehicles- a consumer that will call methods onUpdateVehicleRequestItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vehicles(java.util.Collection)
-
overrideConfiguration
BatchUpdateVehicleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchUpdateVehicleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-