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 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.
    • 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

      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.

      Parameters:
      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.
      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. You can edit the vehicle model if the status is marked DRAFT.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.