Uses of Interface
software.amazon.awssdk.services.ssm.model.InventoryItem.Builder
Packages that use InventoryItem.Builder
-
Uses of InventoryItem.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InventoryItem.BuilderModifier and TypeMethodDescriptionstatic InventoryItem.BuilderInventoryItem.builder()InventoryItem.Builder.captureTime(String captureTime) The time the inventory information was collected.InventoryItem.Builder.content(Collection<? extends Map<String, String>> content) The inventory data of the inventory type.The inventory data of the inventory type.InventoryItem.Builder.contentHash(String contentHash) MD5 hash of the inventory item type contents.A map of associated properties for a specified inventory type.InventoryItem.Builder.schemaVersion(String schemaVersion) The schema version for the inventory item.InventoryItem.toBuilder()The name of the inventory type.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryItem.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InventoryItem.Builder>InventoryItem.serializableBuilderClass()