Interface GetDecoderManifestResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDecoderManifestResponse.Builder,
,GetDecoderManifestResponse> IoTFleetWiseResponse.Builder
,SdkBuilder<GetDecoderManifestResponse.Builder,
,GetDecoderManifestResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDecoderManifestResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the decoder manifest.creationTime
(Instant creationTime) The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).description
(String description) A brief description of the decoder manifest.lastModificationTime
(Instant lastModificationTime) The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).modelManifestArn
(String modelManifestArn) The ARN of a vehicle model (model manifest) associated with the decoder manifest.The name of the decoder manifest.The state of the decoder manifest.status
(ManifestStatus status) The state of the decoder manifest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
name
The name of the decoder manifest.
- Parameters:
name
- The name of the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the decoder manifest.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A brief description of the decoder manifest.
- Parameters:
description
- A brief description of the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelManifestArn
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
- Parameters:
modelManifestArn
- The ARN of a vehicle model (model manifest) associated with the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The state of the decoder manifest. If the status is
ACTIVE
, the decoder manifest can't be edited. If the status is markedDRAFT
, you can edit the decoder manifest.- Parameters:
status
- The state of the decoder manifest. If the status isACTIVE
, the decoder manifest can't be edited. If the status is markedDRAFT
, you can edit the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The state of the decoder manifest. If the status is
ACTIVE
, the decoder manifest can't be edited. If the status is markedDRAFT
, you can edit the decoder manifest.- Parameters:
status
- The state of the decoder manifest. If the status isACTIVE
, the decoder manifest can't be edited. If the status is markedDRAFT
, you can edit the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
creationTime
- The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationTime
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
lastModificationTime
- The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-