| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateVehicleRequestItem.Builder |
UpdateVehicleRequestItem.Builder.attributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair.
|
UpdateVehicleRequestItem.Builder |
UpdateVehicleRequestItem.Builder.attributeUpdateMode(String attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle.
|
UpdateVehicleRequestItem.Builder |
UpdateVehicleRequestItem.Builder.attributeUpdateMode(UpdateMode attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle.
|
static UpdateVehicleRequestItem.Builder |
UpdateVehicleRequestItem.builder() |
UpdateVehicleRequestItem.Builder |
UpdateVehicleRequestItem.Builder.decoderManifestArn(String decoderManifestArn)
The ARN of the signal decoder manifest associated with the vehicle to update.
|
UpdateVehicleRequestItem.Builder |
UpdateVehicleRequestItem.Builder.modelManifestArn(String modelManifestArn)
The ARN of the vehicle model (model manifest) associated with the vehicle to update.
|
UpdateVehicleRequestItem.Builder |
UpdateVehicleRequestItem.toBuilder() |
UpdateVehicleRequestItem.Builder |
UpdateVehicleRequestItem.Builder.vehicleName(String vehicleName)
The unique ID of the vehicle to update.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateVehicleRequestItem.Builder> |
UpdateVehicleRequestItem.serializableBuilderClass() |
Copyright © 2022. All rights reserved.