Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnVehiclePropsMixin.Builder
Packages that use CfnVehiclePropsMixin.Builder
-
Uses of CfnVehiclePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise
Methods in software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise that return CfnVehiclePropsMixin.BuilderModifier and TypeMethodDescriptionCfnVehiclePropsMixin.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.CfnVehiclePropsMixin.Builder.attributes(Map<String, String> attributes) Static information about a vehicle in a key-value pair.CfnVehiclePropsMixin.Builder.attributes(IResolvable attributes) Static information about a vehicle in a key-value pair.static CfnVehiclePropsMixin.BuilderCfnVehiclePropsMixin.Builder.create()static CfnVehiclePropsMixin.BuilderCfnVehiclePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnVehiclePropsMixin.Builder.decoderManifestArn(String decoderManifestArn) The Amazon Resource Name (ARN) of a decoder manifest associated with the vehicle to create.CfnVehiclePropsMixin.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.CfnVehiclePropsMixin.Builder.stateTemplates(List<? extends Object> stateTemplates) Associate state templates to track the state of the vehicle.CfnVehiclePropsMixin.Builder.stateTemplates(IResolvable stateTemplates) Associate state templates to track the state of the vehicle.Metadata which can be used to manage the vehicle.