Interface PutAssetPropertyValueEntry.Builder

    • Method Detail

      • entryId

        PutAssetPropertyValueEntry.Builder entryId​(String entryId)

        The user specified ID for the entry. You can use this ID to identify which entries failed.

        Parameters:
        entryId - The user specified ID for the entry. You can use this ID to identify which entries failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetId

        PutAssetPropertyValueEntry.Builder assetId​(String assetId)

        The ID of the asset to update.

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

        PutAssetPropertyValueEntry.Builder propertyId​(String propertyId)

        The ID of the asset property for this entry.

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

        PutAssetPropertyValueEntry.Builder propertyValues​(Collection<AssetPropertyValue> propertyValues)

        The list of property values to upload. You can specify up to 10 propertyValues array elements.

        Parameters:
        propertyValues - The list of property values to upload. You can specify up to 10 propertyValues array elements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyValues

        PutAssetPropertyValueEntry.Builder propertyValues​(AssetPropertyValue... propertyValues)

        The list of property values to upload. You can specify up to 10 propertyValues array elements.

        Parameters:
        propertyValues - The list of property values to upload. You can specify up to 10 propertyValues array elements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.