Interface AssetModelCompositeModel.Builder

    • Method Detail

      • name

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

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

        AssetModelCompositeModel.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.
      • properties

        AssetModelCompositeModel.Builder properties​(Collection<AssetModelProperty> properties)

        The asset property definitions for this composite model.

        Parameters:
        properties - The asset property definitions for this composite model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • properties

        AssetModelCompositeModel.Builder properties​(AssetModelProperty... properties)

        The asset property definitions for this composite model.

        Parameters:
        properties - The asset property definitions for this composite model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        AssetModelCompositeModel.Builder id​(String id)

        The ID of the asset model composite model.

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