Interface InventoryResultEntity.Builder

    • Method Detail

      • id

        InventoryResultEntity.Builder id​(String id)

        ID of the inventory result entity. For example, for managed node inventory the result will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.

        Parameters:
        id - ID of the inventory result entity. For example, for managed node inventory the result will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • data

        InventoryResultEntity.Builder data​(Map<String,​InventoryResultItem> data)

        The data section in the inventory result entity JSON.

        Parameters:
        data - The data section in the inventory result entity JSON.
        Returns:
        Returns a reference to this object so that method calls can be chained together.