public static interface CreateVehicleResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateVehicleResponse.Builder,CreateVehicleResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateVehicleResponse.Builder |
arn(String arn)
The ARN of the created vehicle.
|
CreateVehicleResponse.Builder |
thingArn(String thingArn)
The ARN of a created or validated Amazon Web Services IoT thing.
|
CreateVehicleResponse.Builder |
vehicleName(String vehicleName)
The unique ID of the created vehicle.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVehicleResponse.Builder vehicleName(String vehicleName)
The unique ID of the created vehicle.
vehicleName - The unique ID of the created vehicle.CreateVehicleResponse.Builder arn(String arn)
The ARN of the created vehicle.
arn - The ARN of the created vehicle.CreateVehicleResponse.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.