Uses of Class
software.amazon.awscdk.services.iotfleetwise.CfnVehicle.Builder
Packages that use CfnVehicle.Builder
Package
Description
AWS::IoTFleetWise Construct Library
-
Uses of CfnVehicle.Builder in software.amazon.awscdk.services.iotfleetwise
Methods in software.amazon.awscdk.services.iotfleetwise that return CfnVehicle.BuilderModifier and TypeMethodDescriptionCfnVehicle.Builder.associationBehavior(String associationBehavior) An option to create a new AWS IoT thing when creating a vehicle, or to validate an existing thing as a vehicle.CfnVehicle.Builder.attributes(Map<String, String> attributes) Static information about a vehicle in a key-value pair.CfnVehicle.Builder.attributes(IResolvable attributes) Static information about a vehicle in a key-value pair.static CfnVehicle.BuilderCfnVehicle.Builder.decoderManifestArn(String decoderManifestArn) The Amazon Resource Name (ARN) of a decoder manifest associated with the vehicle to create.CfnVehicle.Builder.modelManifestArn(String modelManifestArn) The Amazon Resource Name (ARN) of the vehicle model (model manifest) to create the vehicle from.The unique ID of the vehicle.CfnVehicle.Builder.stateTemplates(List<? extends Object> stateTemplates) Associate state templates to track the state of the vehicle.CfnVehicle.Builder.stateTemplates(IResolvable stateTemplates) Associate state templates to track the state of the vehicle.Metadata which can be used to manage the vehicle.