public static interface UpdateVehicleRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateVehicleRequest.Builder,UpdateVehicleRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateVehicleRequest.Builder |
attributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair.
|
UpdateVehicleRequest.Builder |
attributeUpdateMode(String attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle.
|
UpdateVehicleRequest.Builder |
attributeUpdateMode(UpdateMode attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle.
|
UpdateVehicleRequest.Builder |
decoderManifestArn(String decoderManifestArn)
The ARN of the decoder manifest associated with this vehicle.
|
UpdateVehicleRequest.Builder |
modelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the vehicle.
|
UpdateVehicleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVehicleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVehicleRequest.Builder |
vehicleName(String vehicleName)
The unique ID of the vehicle to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVehicleRequest.Builder vehicleName(String vehicleName)
The unique ID of the vehicle to update.
vehicleName - The unique ID of the vehicle to update.UpdateVehicleRequest.Builder modelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the vehicle.
modelManifestArn - The ARN of a vehicle model (model manifest) associated with the vehicle.UpdateVehicleRequest.Builder decoderManifestArn(String decoderManifestArn)
The ARN of the decoder manifest associated with this vehicle.
decoderManifestArn - The ARN of the decoder manifest associated with this vehicle.UpdateVehicleRequest.Builder attributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair. For example:
"engineType" : "1.3 L R2"
attributes - Static information about a vehicle in a key-value pair. For example:
"engineType" : "1.3 L R2"
UpdateVehicleRequest.Builder attributeUpdateMode(String attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle. Use
Overwite to replace the vehicle attributes with the specified attributes. Or use
Merge to combine all attributes.
This is required if attributes are present in the input.
attributeUpdateMode - The method the specified attributes will update the existing attributes on the vehicle. Use
Overwite to replace the vehicle attributes with the specified attributes. Or use
Merge to combine all attributes.
This is required if attributes are present in the input.
UpdateMode,
UpdateModeUpdateVehicleRequest.Builder attributeUpdateMode(UpdateMode attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle. Use
Overwite to replace the vehicle attributes with the specified attributes. Or use
Merge to combine all attributes.
This is required if attributes are present in the input.
attributeUpdateMode - The method the specified attributes will update the existing attributes on the vehicle. Use
Overwite to replace the vehicle attributes with the specified attributes. Or use
Merge to combine all attributes.
This is required if attributes are present in the input.
UpdateMode,
UpdateModeUpdateVehicleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVehicleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.