CopyableBuilder<InventoryItemSchema.Builder,InventoryItemSchema>
, SdkBuilder<InventoryItemSchema.Builder,InventoryItemSchema>
public static interface InventoryItemSchema.Builder extends CopyableBuilder<InventoryItemSchema.Builder,InventoryItemSchema>
Modifier and Type | Method | Description |
---|---|---|
InventoryItemSchema.Builder |
attributes(Collection<InventoryItemAttribute> attributes) |
The schema attributes for inventory.
|
InventoryItemSchema.Builder |
attributes(InventoryItemAttribute... attributes) |
The schema attributes for inventory.
|
InventoryItemSchema.Builder |
typeName(String typeName) |
The name of the inventory type.
|
InventoryItemSchema.Builder |
version(String version) |
The schema version for the inventory item.
|
copy
apply, build
InventoryItemSchema.Builder typeName(String typeName)
The name of the inventory type. Default inventory item type names start with AWS. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.
typeName
- The name of the inventory type. Default inventory item type names start with AWS. Custom inventory
type names will start with Custom. Default inventory item types include the following:
AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.InventoryItemSchema.Builder version(String version)
The schema version for the inventory item.
version
- The schema version for the inventory item.InventoryItemSchema.Builder attributes(Collection<InventoryItemAttribute> attributes)
The schema attributes for inventory. This contains data type and attribute name.
attributes
- The schema attributes for inventory. This contains data type and attribute name.InventoryItemSchema.Builder attributes(InventoryItemAttribute... attributes)
The schema attributes for inventory. This contains data type and attribute name.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- The schema attributes for inventory. This contains data type and attribute name.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.