Interface InventoryItemAttribute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InventoryItemAttribute.Builder,InventoryItemAttribute>,SdkBuilder<InventoryItemAttribute.Builder,InventoryItemAttribute>,SdkPojo
- Enclosing class:
- InventoryItemAttribute
public static interface InventoryItemAttribute.Builder extends SdkPojo, CopyableBuilder<InventoryItemAttribute.Builder,InventoryItemAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InventoryItemAttribute.BuilderdataType(String dataType)The data type of the inventory item attribute.InventoryItemAttribute.BuilderdataType(InventoryAttributeDataType dataType)The data type of the inventory item attribute.InventoryItemAttribute.Buildername(String name)Name of the inventory item attribute.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
InventoryItemAttribute.Builder name(String name)
Name of the inventory item attribute.
- Parameters:
name- Name of the inventory item attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataType
InventoryItemAttribute.Builder dataType(String dataType)
The data type of the inventory item attribute.
- Parameters:
dataType- The data type of the inventory item attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InventoryAttributeDataType,InventoryAttributeDataType
-
dataType
InventoryItemAttribute.Builder dataType(InventoryAttributeDataType dataType)
The data type of the inventory item attribute.
- Parameters:
dataType- The data type of the inventory item attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InventoryAttributeDataType,InventoryAttributeDataType
-
-