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.
|
copyapply, buildPutInventoryRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection) or #withItems(java.util.Collection) if you want to override
the existing values.
items - The inventory items that you want to add or update on instances.Copyright © 2017. All rights reserved.