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 Summary
Modifier and TypeMethodDescriptiondata
(Map<String, InventoryResultItem> data) The data section in the inventory result entity JSON.ID of the inventory result entity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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.
-