public static interface GetModelManifestResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<GetModelManifestResponse.Builder,GetModelManifestResponse>
| Modifier and Type | Method and Description |
|---|---|
GetModelManifestResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the vehicle model.
|
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 |
description(String description)
A brief description of the vehicle model.
|
GetModelManifestResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the vehicle model was modified.
|
GetModelManifestResponse.Builder |
name(String name)
The name of the vehicle model.
|
GetModelManifestResponse.Builder |
signalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the vehicle model.
|
GetModelManifestResponse.Builder |
status(ManifestStatus status)
The state of the vehicle model.
|
GetModelManifestResponse.Builder |
status(String status)
The state of the vehicle model.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetModelManifestResponse.Builder name(String name)
The name of the vehicle model.
name - The name of the vehicle model.GetModelManifestResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the vehicle model.
arn - The Amazon Resource Name (ARN) of the vehicle model.GetModelManifestResponse.Builder description(String description)
A brief description of the vehicle model.
description - A brief description of the vehicle model.GetModelManifestResponse.Builder signalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the vehicle model.
signalCatalogArn - The ARN of the signal catalog associated with the vehicle model.GetModelManifestResponse.Builder status(String status)
The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. You
can edit the vehicle model if the status is marked DRAFT.
status - The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be
edited. You can edit the vehicle model if the status is marked DRAFT.ManifestStatus,
ManifestStatusGetModelManifestResponse.Builder status(ManifestStatus status)
The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. You
can edit the vehicle model if the status is marked DRAFT.
status - The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be
edited. You can edit the vehicle model if the status is marked DRAFT.ManifestStatus,
ManifestStatusGetModelManifestResponse.Builder creationTime(Instant creationTime)
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime - The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).GetModelManifestResponse.Builder lastModificationTime(Instant lastModificationTime)
The last time the vehicle model was modified.
lastModificationTime - The last time the vehicle model was modified.Copyright © 2022. All rights reserved.