Interface IotSiteWiseAction.Builder

    • Method Detail

      • putAssetPropertyValueEntries

        IotSiteWiseAction.Builder putAssetPropertyValueEntries​(Collection<PutAssetPropertyValueEntry> putAssetPropertyValueEntries)

        A list of asset property value entries.

        Parameters:
        putAssetPropertyValueEntries - A list of asset property value entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • putAssetPropertyValueEntries

        IotSiteWiseAction.Builder putAssetPropertyValueEntries​(PutAssetPropertyValueEntry... putAssetPropertyValueEntries)

        A list of asset property value entries.

        Parameters:
        putAssetPropertyValueEntries - A list of asset property value entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        IotSiteWiseAction.Builder roleArn​(String roleArn)

        The ARN of the role that grants IoT permission to send an asset property value to IoT SiteWise. ( "Action": "iotsitewise:BatchPutAssetPropertyValue"). The trust policy can restrict access to specific asset hierarchy paths.

        Parameters:
        roleArn - The ARN of the role that grants IoT permission to send an asset property value to IoT SiteWise. ( "Action": "iotsitewise:BatchPutAssetPropertyValue"). The trust policy can restrict access to specific asset hierarchy paths.
        Returns:
        Returns a reference to this object so that method calls can be chained together.