public static interface GetVehicleResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<GetVehicleResponse.Builder,GetVehicleResponse>
| Modifier and Type | Method and Description |
|---|---|
GetVehicleResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the vehicle to retrieve information about.
|
GetVehicleResponse.Builder |
attributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair.
|
GetVehicleResponse.Builder |
creationTime(Instant creationTime)
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetVehicleResponse.Builder |
decoderManifestArn(String decoderManifestArn)
The ARN of a decoder manifest associated with the vehicle.
|
GetVehicleResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetVehicleResponse.Builder |
modelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the vehicle.
|
GetVehicleResponse.Builder |
vehicleName(String vehicleName)
The ID of the vehicle.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVehicleResponse.Builder vehicleName(String vehicleName)
The ID of the vehicle.
vehicleName - The ID of the vehicle.GetVehicleResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the vehicle to retrieve information about.
arn - The Amazon Resource Name (ARN) of the vehicle to retrieve information about.GetVehicleResponse.Builder modelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the vehicle.
modelManifestArn - The ARN of a vehicle model (model manifest) associated with the vehicle.GetVehicleResponse.Builder decoderManifestArn(String decoderManifestArn)
The ARN of a decoder manifest associated with the vehicle.
decoderManifestArn - The ARN of a decoder manifest associated with the vehicle.GetVehicleResponse.Builder attributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair. For example:
"engineType" : "1.3 L R2"
attributes - Static information about a vehicle in a key-value pair. For example:
"engineType" : "1.3 L R2"
GetVehicleResponse.Builder creationTime(Instant creationTime)
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime - The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).GetVehicleResponse.Builder lastModificationTime(Instant lastModificationTime)
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime - The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).Copyright © 2022. All rights reserved.