CopyableBuilder<InventoryItemAttribute.Builder,InventoryItemAttribute>
, SdkBuilder<InventoryItemAttribute.Builder,InventoryItemAttribute>
public static interface InventoryItemAttribute.Builder extends CopyableBuilder<InventoryItemAttribute.Builder,InventoryItemAttribute>
Modifier and Type | Method | Description |
---|---|---|
InventoryItemAttribute.Builder |
dataType(String dataType) |
The data type of the inventory item attribute.
|
InventoryItemAttribute.Builder |
dataType(InventoryAttributeDataType dataType) |
The data type of the inventory item attribute.
|
InventoryItemAttribute.Builder |
name(String name) |
Name of the inventory item attribute.
|
copy
apply, build
InventoryItemAttribute.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
InventoryItemAttribute.Builder dataType(InventoryAttributeDataType dataType)
The data type of the inventory item attribute.
dataType
- The data type of the inventory item attribute.InventoryAttributeDataType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.