| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
GetModelManifestResponse.Builder |
GetModelManifestResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the vehicle model.
|
static GetModelManifestResponse.Builder |
GetModelManifestResponse.builder() |
GetModelManifestResponse.Builder |
GetModelManifestResponse.Builder.creationTime(Instant creationTime)
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetModelManifestResponse.Builder |
GetModelManifestResponse.Builder.description(String description)
A brief description of the vehicle model.
|
GetModelManifestResponse.Builder |
GetModelManifestResponse.Builder.lastModificationTime(Instant lastModificationTime)
The last time the vehicle model was modified.
|
GetModelManifestResponse.Builder |
GetModelManifestResponse.Builder.name(String name)
The name of the vehicle model.
|
GetModelManifestResponse.Builder |
GetModelManifestResponse.Builder.signalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the vehicle model.
|
GetModelManifestResponse.Builder |
GetModelManifestResponse.Builder.status(ManifestStatus status)
The state of the vehicle model.
|
GetModelManifestResponse.Builder |
GetModelManifestResponse.Builder.status(String status)
The state of the vehicle model.
|
GetModelManifestResponse.Builder |
GetModelManifestResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetModelManifestResponse.Builder> |
GetModelManifestResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.