CreateVehicleRequestItem.Builder |
CreateVehicleRequestItem.Builder.associationBehavior(String associationBehavior) |
An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing
thing as a vehicle.
|
CreateVehicleRequestItem.Builder |
CreateVehicleRequestItem.Builder.associationBehavior(VehicleAssociationBehavior associationBehavior) |
An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing
thing as a vehicle.
|
CreateVehicleRequestItem.Builder |
CreateVehicleRequestItem.Builder.attributes(Map<String,String> attributes) |
Static information about a vehicle in a key-value pair.
|
static CreateVehicleRequestItem.Builder |
CreateVehicleRequestItem.builder() |
|
CreateVehicleRequestItem.Builder |
CreateVehicleRequestItem.Builder.decoderManifestArn(String decoderManifestArn) |
The Amazon Resource Name (ARN) of a decoder manifest associated with the vehicle to create.
|
CreateVehicleRequestItem.Builder |
CreateVehicleRequestItem.Builder.modelManifestArn(String modelManifestArn) |
The ARN of the vehicle model (model manifest) to create the vehicle from.
|
CreateVehicleRequestItem.Builder |
CreateVehicleRequestItem.Builder.tags(Collection<Tag> tags) |
Metadata which can be used to manage the vehicle.
|
CreateVehicleRequestItem.Builder |
CreateVehicleRequestItem.Builder.tags(Consumer<Tag.Builder>... tags) |
Metadata which can be used to manage the vehicle.
|
CreateVehicleRequestItem.Builder |
CreateVehicleRequestItem.Builder.tags(Tag... tags) |
Metadata which can be used to manage the vehicle.
|
CreateVehicleRequestItem.Builder |
CreateVehicleRequestItem.toBuilder() |
|
CreateVehicleRequestItem.Builder |
CreateVehicleRequestItem.Builder.vehicleName(String vehicleName) |
The unique ID of the vehicle to create.
|