public static interface GetDecoderManifestResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<GetDecoderManifestResponse.Builder,GetDecoderManifestResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDecoderManifestResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the decoder manifest.
|
GetDecoderManifestResponse.Builder |
creationTime(Instant creationTime)
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetDecoderManifestResponse.Builder |
description(String description)
A brief description of the decoder manifest.
|
GetDecoderManifestResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetDecoderManifestResponse.Builder |
modelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
GetDecoderManifestResponse.Builder |
name(String name)
The name of the decoder manifest.
|
GetDecoderManifestResponse.Builder |
status(ManifestStatus status)
The state of the decoder manifest.
|
GetDecoderManifestResponse.Builder |
status(String status)
The state of the decoder manifest.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDecoderManifestResponse.Builder name(String name)
The name of the decoder manifest.
name - The name of the decoder manifest.GetDecoderManifestResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the decoder manifest.
arn - The Amazon Resource Name (ARN) of the decoder manifest.GetDecoderManifestResponse.Builder description(String description)
A brief description of the decoder manifest.
description - A brief description of the decoder manifest.GetDecoderManifestResponse.Builder modelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
modelManifestArn - The ARN of a vehicle model (model manifest) associated with the decoder manifest.GetDecoderManifestResponse.Builder status(String status)
The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be
edited. If the status is marked DRAFT, you can edit the decoder manifest.
status - The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be
edited. If the status is marked DRAFT, you can edit the decoder manifest.ManifestStatus,
ManifestStatusGetDecoderManifestResponse.Builder status(ManifestStatus status)
The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be
edited. If the status is marked DRAFT, you can edit the decoder manifest.
status - The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be
edited. If the status is marked DRAFT, you can edit the decoder manifest.ManifestStatus,
ManifestStatusGetDecoderManifestResponse.Builder creationTime(Instant creationTime)
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime - The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC
time).GetDecoderManifestResponse.Builder lastModificationTime(Instant lastModificationTime)
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime - The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC
time).Copyright © 2022. All rights reserved.