Interface InventoryResultEntity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InventoryResultEntity.Builder,InventoryResultEntity>, SdkBuilder<InventoryResultEntity.Builder,InventoryResultEntity>, SdkPojo
Enclosing class:
InventoryResultEntity

public static interface InventoryResultEntity.Builder extends SdkPojo, CopyableBuilder<InventoryResultEntity.Builder,InventoryResultEntity>
  • Method Details

    • 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

      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.