| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static InventoryItem.Builder |
InventoryItem.builder() |
InventoryItem.Builder |
InventoryItem.Builder.captureTime(String captureTime)
The time the inventory information was collected.
|
InventoryItem.Builder |
InventoryItem.Builder.content(Collection<? extends Map<String,String>> content)
The inventory data of the inventory type.
|
InventoryItem.Builder |
InventoryItem.Builder.content(Map<String,String>... content)
The inventory data of the inventory type.
|
InventoryItem.Builder |
InventoryItem.Builder.contentHash(String contentHash)
MD5 hash of the inventory item type contents.
|
InventoryItem.Builder |
InventoryItem.Builder.context(Map<String,String> context)
A map of associated properties for a specified inventory type.
|
InventoryItem.Builder |
InventoryItem.Builder.schemaVersion(String schemaVersion)
The schema version for the inventory item.
|
InventoryItem.Builder |
InventoryItem.toBuilder() |
InventoryItem.Builder |
InventoryItem.Builder.typeName(String typeName)
The name of the inventory type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InventoryItem.Builder> |
InventoryItem.serializableBuilderClass() |
Copyright © 2020. All rights reserved.