public static interface PutInventoryRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<PutInventoryRequest.Builder,PutInventoryRequest>
| Modifier and Type | Method and Description |
|---|---|
PutInventoryRequest.Builder |
instanceId(String instanceId)
One or more instance IDs where you want to add or update inventory items.
|
PutInventoryRequest.Builder |
items(Collection<InventoryItem> items)
The inventory items that you want to add or update on instances.
|
PutInventoryRequest.Builder |
items(InventoryItem... items)
The inventory items that you want to add or update on instances.
|
PutInventoryRequest.Builder instanceId(String instanceId)
One or more instance IDs where you want to add or update inventory items.
instanceId - One or more instance IDs where you want to add or update inventory items.PutInventoryRequest.Builder items(Collection<InventoryItem> items)
The inventory items that you want to add or update on instances.
items - The inventory items that you want to add or update on instances.PutInventoryRequest.Builder items(InventoryItem... items)
The inventory items that you want to add or update on instances.
items - The inventory items that you want to add or update on instances.Copyright © 2017. All rights reserved.