public static interface InventoryResultEntity.Builder extends SdkPojo, CopyableBuilder<InventoryResultEntity.Builder,InventoryResultEntity>
Modifier and Type | Method and Description |
---|---|
InventoryResultEntity.Builder |
data(Map<String,InventoryResultItem> data)
The data section in the inventory result entity JSON.
|
InventoryResultEntity.Builder |
id(String id)
ID of the inventory result entity.
|
copy
applyMutation, build
InventoryResultEntity.Builder id(String id)
ID of the inventory result entity. For example, for managed instance inventory the result will be the managed instance ID. For EC2 instance inventory, the result will be the instance ID.
id
- ID of the inventory result entity. For example, for managed instance inventory the result will be the
managed instance ID. For EC2 instance inventory, the result will be the instance ID.InventoryResultEntity.Builder data(Map<String,InventoryResultItem> data)
The data section in the inventory result entity JSON.
data
- The data section in the inventory result entity JSON.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.