Interface ModelManifestSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelManifestSummary.Builder,
,ModelManifestSummary> SdkBuilder<ModelManifestSummary.Builder,
,ModelManifestSummary> SdkPojo
- Enclosing class:
ModelManifestSummary
@Mutable
@NotThreadSafe
public static interface ModelManifestSummary.Builder
extends SdkPojo, CopyableBuilder<ModelManifestSummary.Builder,ModelManifestSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the vehicle model.creationTime
(Instant creationTime) The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).description
(String description) A brief description of the vehicle model.lastModificationTime
(Instant lastModificationTime) The time the vehicle model was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).The name of the vehicle model.signalCatalogArn
(String signalCatalogArn) The ARN of the signal catalog associated with the vehicle model.The state of the vehicle model.status
(ManifestStatus status) The state of the vehicle model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the vehicle model.
- Parameters:
name
- The name of the vehicle model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the vehicle model.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the vehicle model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalCatalogArn
The ARN of the signal catalog associated with the vehicle model.
- Parameters:
signalCatalogArn
- The ARN of the signal catalog associated with the vehicle model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A brief description of the vehicle model.
- Parameters:
description
- A brief description of the vehicle model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The state of the vehicle model. If the status is
ACTIVE
, the vehicle model can't be edited. If the status isDRAFT
, you can edit the vehicle model.- Parameters:
status
- The state of the vehicle model. If the status isACTIVE
, the vehicle model can't be edited. If the status isDRAFT
, you can edit the vehicle model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The state of the vehicle model. If the status is
ACTIVE
, the vehicle model can't be edited. If the status isDRAFT
, you can edit the vehicle model.- Parameters:
status
- The state of the vehicle model. If the status isACTIVE
, the vehicle model can't be edited. If the status isDRAFT
, you can edit the vehicle model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
creationTime
- The time the vehicle model 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 vehicle model was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
lastModificationTime
- The time the vehicle model 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.
-