public static interface CreateVehicleResponseItem.Builder extends SdkPojo, CopyableBuilder<CreateVehicleResponseItem.Builder,CreateVehicleResponseItem>
| Modifier and Type | Method and Description |
|---|---|
CreateVehicleResponseItem.Builder |
arn(String arn)
The ARN of the created vehicle.
|
CreateVehicleResponseItem.Builder |
thingArn(String thingArn)
The ARN of a created or validated Amazon Web Services IoT thing.
|
CreateVehicleResponseItem.Builder |
vehicleName(String vehicleName)
The unique ID of the vehicle to create.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVehicleResponseItem.Builder vehicleName(String vehicleName)
The unique ID of the vehicle to create.
vehicleName - The unique ID of the vehicle to create.CreateVehicleResponseItem.Builder arn(String arn)
The ARN of the created vehicle.
arn - The ARN of the created vehicle.CreateVehicleResponseItem.Builder thingArn(String thingArn)
The ARN of a created or validated Amazon Web Services IoT thing.
thingArn - The ARN of a created or validated Amazon Web Services IoT thing.Copyright © 2022. All rights reserved.