Interface AssetModelSummary.Builder

    • Method Detail

      • id

        AssetModelSummary.Builder id​(String id)

        The ID of the asset model (used with IoT SiteWise APIs).

        Parameters:
        id - The ID of the asset model (used with IoT SiteWise APIs).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        AssetModelSummary.Builder arn​(String arn)

        The ARN of the asset model, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}

        Parameters:
        arn - The ARN of the asset model, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AssetModelSummary.Builder name​(String name)

        The name of the asset model.

        Parameters:
        name - The name of the asset model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        AssetModelSummary.Builder description​(String description)

        The asset model description.

        Parameters:
        description - The asset model description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        AssetModelSummary.Builder creationDate​(Instant creationDate)

        The date the asset model was created, in Unix epoch time.

        Parameters:
        creationDate - The date the asset model was created, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateDate

        AssetModelSummary.Builder lastUpdateDate​(Instant lastUpdateDate)

        The date the asset model was last updated, in Unix epoch time.

        Parameters:
        lastUpdateDate - The date the asset model was last updated, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        AssetModelSummary.Builder status​(AssetModelStatus status)

        The current status of the asset model.

        Parameters:
        status - The current status of the asset model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.