Interface InventoryResultItem.Builder

  • Method Details

    • typeName

      InventoryResultItem.Builder typeName(String typeName)

      The name of the inventory result item type.

      Parameters:
      typeName - The name of the inventory result item type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schemaVersion

      InventoryResultItem.Builder schemaVersion(String schemaVersion)

      The schema version for the inventory result item/

      Parameters:
      schemaVersion - The schema version for the inventory result item/
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • captureTime

      InventoryResultItem.Builder captureTime(String captureTime)

      The time inventory item data was captured.

      Parameters:
      captureTime - The time inventory item data was captured.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentHash

      InventoryResultItem.Builder contentHash(String contentHash)

      MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn't update the inventory item type contents if the MD5 hash hasn't changed since last update.

      Parameters:
      contentHash - MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn't update the inventory item type contents if the MD5 hash hasn't changed since last update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      InventoryResultItem.Builder content(Collection<? extends Map<String,String>> content)

      Contains all the inventory data of the item type. Results include attribute names and values.

      Parameters:
      content - Contains all the inventory data of the item type. Results include attribute names and values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      Contains all the inventory data of the item type. Results include attribute names and values.

      Parameters:
      content - Contains all the inventory data of the item type. Results include attribute names and values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.