public static interface InventoryItemAttribute.Builder extends CopyableBuilder<InventoryItemAttribute.Builder,InventoryItemAttribute>
| Modifier and Type | Method and Description |
|---|---|
InventoryItemAttribute.Builder |
dataType(InventoryAttributeDataType dataType)
The data type of the inventory item attribute.
|
InventoryItemAttribute.Builder |
dataType(String dataType)
The data type of the inventory item attribute.
|
InventoryItemAttribute.Builder |
name(String name)
Name of the inventory item attribute.
|
copyapply, buildInventoryItemAttribute.Builder name(String name)
Name of the inventory item attribute.
name - Name of the inventory item attribute.InventoryItemAttribute.Builder dataType(String dataType)
The data type of the inventory item attribute.
dataType - The data type of the inventory item attribute.InventoryAttributeDataType,
InventoryAttributeDataTypeInventoryItemAttribute.Builder dataType(InventoryAttributeDataType dataType)
The data type of the inventory item attribute.
dataType - The data type of the inventory item attribute.InventoryAttributeDataType,
InventoryAttributeDataTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.