| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryItemSchema.Builder |
InventoryItemSchema.Builder.attributes(Collection<InventoryItemAttribute> attributes)
The schema attributes for inventory.
|
InventoryItemSchema.Builder |
InventoryItemSchema.Builder.attributes(Consumer<InventoryItemAttribute.Builder>... attributes)
The schema attributes for inventory.
|
InventoryItemSchema.Builder |
InventoryItemSchema.Builder.attributes(InventoryItemAttribute... attributes)
The schema attributes for inventory.
|
static InventoryItemSchema.Builder |
InventoryItemSchema.builder() |
InventoryItemSchema.Builder |
InventoryItemSchema.Builder.displayName(String displayName)
The alias name of the inventory type.
|
InventoryItemSchema.Builder |
InventoryItemSchema.toBuilder() |
InventoryItemSchema.Builder |
InventoryItemSchema.Builder.typeName(String typeName)
The name of the inventory type.
|
InventoryItemSchema.Builder |
InventoryItemSchema.Builder.version(String version)
The schema version for the inventory item.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InventoryItemSchema.Builder> |
InventoryItemSchema.serializableBuilderClass() |
Copyright © 2022. All rights reserved.