public static interface VehicleSummary.Builder extends SdkPojo, CopyableBuilder<VehicleSummary.Builder,VehicleSummary>
| Modifier and Type | Method and Description |
|---|---|
VehicleSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the vehicle.
|
VehicleSummary.Builder |
creationTime(Instant creationTime)
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
VehicleSummary.Builder |
decoderManifestArn(String decoderManifestArn)
The ARN of a decoder manifest associated with the vehicle.
|
VehicleSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
VehicleSummary.Builder |
modelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the vehicle.
|
VehicleSummary.Builder |
vehicleName(String vehicleName)
The unique ID of the vehicle.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVehicleSummary.Builder vehicleName(String vehicleName)
The unique ID of the vehicle.
vehicleName - The unique ID of the vehicle.VehicleSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the vehicle.
arn - The Amazon Resource Name (ARN) of the vehicle.VehicleSummary.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.VehicleSummary.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.VehicleSummary.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).VehicleSummary.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.