Interface GetModelManifestResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetModelManifestResponse.Builder,GetModelManifestResponse>,IoTFleetWiseResponse.Builder,SdkBuilder<GetModelManifestResponse.Builder,GetModelManifestResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetModelManifestResponse
public static interface GetModelManifestResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<GetModelManifestResponse.Builder,GetModelManifestResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetModelManifestResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the vehicle model.GetModelManifestResponse.BuildercreationTime(Instant creationTime)The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).GetModelManifestResponse.Builderdescription(String description)A brief description of the vehicle model.GetModelManifestResponse.BuilderlastModificationTime(Instant lastModificationTime)The last time the vehicle model was modified.GetModelManifestResponse.Buildername(String name)The name of the vehicle model.GetModelManifestResponse.BuildersignalCatalogArn(String signalCatalogArn)The ARN of the signal catalog associated with the vehicle model.GetModelManifestResponse.Builderstatus(String status)The state of the vehicle model.GetModelManifestResponse.Builderstatus(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.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 Detail
-
name
GetModelManifestResponse.Builder name(String 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
GetModelManifestResponse.Builder arn(String 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.
-
description
GetModelManifestResponse.Builder description(String 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.
-
signalCatalogArn
GetModelManifestResponse.Builder signalCatalogArn(String 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.
-
status
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 markedDRAFT.- Parameters:
status- The state of the vehicle model. If the status isACTIVE, the vehicle model can't be edited. You can edit the vehicle model if the status is markedDRAFT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManifestStatus,ManifestStatus
-
status
GetModelManifestResponse.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 markedDRAFT.- Parameters:
status- The state of the vehicle model. If the status isACTIVE, the vehicle model can't be edited. You can edit the vehicle model if the status is markedDRAFT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManifestStatus,ManifestStatus
-
creationTime
GetModelManifestResponse.Builder creationTime(Instant 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
GetModelManifestResponse.Builder lastModificationTime(Instant lastModificationTime)
The last time the vehicle model was modified.
- Parameters:
lastModificationTime- The last time the vehicle model was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-