Interface AssetModelCompositeModelSummary.Builder

    • Method Detail

      • id

        AssetModelCompositeModelSummary.Builder id​(String id)

        The ID of the the composite model that this summary describes..

        Parameters:
        id - The ID of the the composite model that this summary describes..
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • externalId

        AssetModelCompositeModelSummary.Builder externalId​(String externalId)

        The external ID of a composite model on this asset model. For more information, see Using external IDs in the IoT SiteWise User Guide.

        Parameters:
        externalId - The external ID of a composite model on this asset model. For more information, see Using external IDs in the IoT SiteWise User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AssetModelCompositeModelSummary.Builder name​(String name)

        The name of the the composite model that this summary describes..

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

        AssetModelCompositeModelSummary.Builder type​(String type)

        The type of asset model.

        • ASSET_MODEL – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model.

        • COMPONENT_MODEL – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.

        Parameters:
        type - The type of asset model.

        • ASSET_MODEL – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model.

        • COMPONENT_MODEL – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.

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

        AssetModelCompositeModelSummary.Builder description​(String description)

        The description of the the composite model that this summary describes..

        Parameters:
        description - The description of the the composite model that this summary describes..
        Returns:
        Returns a reference to this object so that method calls can be chained together.