Interface IotSiteWiseAction.Builder

    • Method Detail

      • entryId

        IotSiteWiseAction.Builder entryId​(String entryId)

        A unique identifier for this entry. You can use the entry ID to track which data entry causes an error in case of failure. The default is a new unique identifier.

        Parameters:
        entryId - A unique identifier for this entry. You can use the entry ID to track which data entry causes an error in case of failure. The default is a new unique identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetId

        IotSiteWiseAction.Builder assetId​(String assetId)

        The ID of the asset that has the specified property.

        Parameters:
        assetId - The ID of the asset that has the specified property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyId

        IotSiteWiseAction.Builder propertyId​(String propertyId)

        The ID of the asset property.

        Parameters:
        propertyId - The ID of the asset property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyAlias

        IotSiteWiseAction.Builder propertyAlias​(String propertyAlias)

        The alias of the asset property.

        Parameters:
        propertyAlias - The alias of the asset property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyValue

        IotSiteWiseAction.Builder propertyValue​(AssetPropertyValue propertyValue)

        The value to send to the asset property. This value contains timestamp, quality, and value (TQV) information.

        Parameters:
        propertyValue - The value to send to the asset property. This value contains timestamp, quality, and value (TQV) information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.