Interface GetModelManifestResponse.Builder

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