Interface ModelManifestSummary.Builder

  • 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

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

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

      The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, you can edit the vehicle model.

      Parameters:
      status - The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, 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 is DRAFT, you can edit the vehicle model.

      Parameters:
      status - The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, you can edit the vehicle model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

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

      ModelManifestSummary.Builder lastModificationTime(Instant 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.