public static interface UpdateVehicleRequestItem.Builder extends SdkPojo, CopyableBuilder<UpdateVehicleRequestItem.Builder,UpdateVehicleRequestItem>
| Modifier and Type | Method and Description |
|---|---|
UpdateVehicleRequestItem.Builder |
attributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair.
|
UpdateVehicleRequestItem.Builder |
attributeUpdateMode(String attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle.
|
UpdateVehicleRequestItem.Builder |
attributeUpdateMode(UpdateMode attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle.
|
UpdateVehicleRequestItem.Builder |
decoderManifestArn(String decoderManifestArn)
The ARN of the signal decoder manifest associated with the vehicle to update.
|
UpdateVehicleRequestItem.Builder |
modelManifestArn(String modelManifestArn)
The ARN of the vehicle model (model manifest) associated with the vehicle to update.
|
UpdateVehicleRequestItem.Builder |
vehicleName(String vehicleName)
The unique ID of the vehicle to update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVehicleRequestItem.Builder vehicleName(String vehicleName)
The unique ID of the vehicle to update.
vehicleName - The unique ID of the vehicle to update.UpdateVehicleRequestItem.Builder modelManifestArn(String modelManifestArn)
The ARN of the vehicle model (model manifest) associated with the vehicle to update.
modelManifestArn - The ARN of the vehicle model (model manifest) associated with the vehicle to update.UpdateVehicleRequestItem.Builder decoderManifestArn(String decoderManifestArn)
The ARN of the signal decoder manifest associated with the vehicle to update.
decoderManifestArn - The ARN of the signal decoder manifest associated with the vehicle to update.UpdateVehicleRequestItem.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"
UpdateVehicleRequestItem.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,
UpdateModeUpdateVehicleRequestItem.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,
UpdateModeCopyright © 2022. All rights reserved.