Interface AssetModelCompositeModelDefinition.Builder

    • Method Detail

      • name

        AssetModelCompositeModelDefinition.Builder name​(String name)

        The name of the composite model.

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

        AssetModelCompositeModelDefinition.Builder description​(String description)

        The description of the composite model.

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

        AssetModelCompositeModelDefinition.Builder type​(String type)

        The type of the composite model. For alarm composite models, this type is AWS/ALARM.

        Parameters:
        type - The type of the composite model. For alarm composite models, this type is AWS/ALARM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        AssetModelCompositeModelDefinition.Builder id​(String id)

        The ID to assign to the composite model, if desired. IoT SiteWise automatically generates a unique ID for you, so this parameter is never required. However, if you prefer to supply your own ID instead, you can specify it here in UUID format. If you specify your own ID, it must be globally unique.

        Parameters:
        id - The ID to assign to the composite model, if desired. IoT SiteWise automatically generates a unique ID for you, so this parameter is never required. However, if you prefer to supply your own ID instead, you can specify it here in UUID format. If you specify your own ID, it must be globally unique.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • externalId

        AssetModelCompositeModelDefinition.Builder externalId​(String externalId)

        An external ID to assign to the composite model. The external ID must be unique among composite models within this asset model. For more information, see Using external IDs in the IoT SiteWise User Guide.

        Parameters:
        externalId - An external ID to assign to the composite model. The external ID must be unique among composite models within 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.