public static interface InventoryItemAttribute.Builder extends software.amazon.awssdk.utils.builder.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.InventoryAttributeDataTypeInventoryItemAttribute.Builder dataType(InventoryAttributeDataType dataType)
The data type of the inventory item attribute.
dataType - The data type of the inventory item attribute.InventoryAttributeDataTypeCopyright © 2017. All rights reserved.